#9F6710

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

Shades of Golden Brown #9F6710

Tints of Golden Brown #9F6710

Color information

#9F6710 (or 0x9F6710) is unknown color: approx Golden Brown. HEX triplet: 9F, 67 and 10. RGB value is (159,103,16). Sum of RGB (Red+Green+Blue) = 159+103+16=278 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.19% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6710 is #6098EF. Grayscale: #6E6E6E. Windows color (decimal): -6330608 or 1075103. OLE color: 1075103.

HSL color Cylindrical-coordinate representation of color #9F6710: hue angle of 36.5º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F6710 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB15910316-
CMYK00.350.900.38
HSL36.5º81.71%34.31%-
HSV(B)36.5º89.94%62.35%-
XYZ19.2417.112.78-
YUV109.8375.05163.07-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 57.19%
GREEN value IS 103 (40.62% from 255) = 37.05%
BLUE value IS 16 (6.64% from 255) = 5.76%
R=57.19%
G=37.05%
B=5.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.90
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591031600.350.900.3836.581.7134.31
Hex9F67100235A26255222
Octal23714720043132464512242
Binary10011111110011110000010001110110101001101001011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,103,16); }

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

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

 a { background-color: rgb(159,103,16); }

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

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

 span { border-color: rgb(159,103,16); }

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