#9F661A

Color #9F661A Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #9F661A

Tints of Golden Brown #9F661A

Color information

#9F661A (or 0x9F661A) is unknown color: approx Golden Brown. HEX triplet: 9F, 66 and 1A. RGB value is (159,102,26). Sum of RGB (Red+Green+Blue) = 159+102+26=287 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.40% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 159 - color contains mainly: red. Hex color #9F661A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F661A is #6099E5. Grayscale: #6E6E6E. Windows color (decimal): -6330854 or 1730207. OLE color: 1730207.

HSL color Cylindrical-coordinate representation of color #9F661A: hue angle of 34.29º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F661A is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB15910226-
CMYK00.360.840.38
HSL34.29º71.89%36.27%-
HSV(B)34.29º83.65%62.35%-
XYZ19.2416.953.23-
YUV110.3880.38162.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 55.40%
GREEN value IS 102 (40.23% from 255) = 35.54%
BLUE value IS 26 (10.55% from 255) = 9.06%
R=55.40%
G=35.54%
B=9.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591022600.360.840.3834.2971.8936.27
Hex9F661A0245426224824
Octal23714632044124464211044
Binary10011111110011011010010010010101001001101000101001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F661A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F661A; }

 p { color: rgb(159,102,26); }

 H1.HeaderClassName
 {
   color: #9F661A;
 }
 .AnyTagClassName
 {
   color: #9F661A;
 }
</style>
background-color css

<style>
 a { background-color: #9F661A; }

 a { background-color: rgb(159,102,26); }

 div.DivClassName
 {
   background-color: #9F661A;
 }
 .BgClassName
 {
   background-color: #9F661A;
 }
</style>
border-color css

<style>
 span { border-color: #9F661A; }

 span { border-color: rgb(159,102,26); }

 td.TdClassName
 {
   border-color: #9F661A;
 }
 .TagClassName
 {
   border-color: #9F661A;
 }
</style>