#9E640B

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

Shades of Golden Brown #9E640B

Tints of Golden Brown #9E640B

Color information

#9E640B (or 0x9E640B) is unknown color: approx Golden Brown. HEX triplet: 9E, 64 and 0B. RGB value is (158,100,11). Sum of RGB (Red+Green+Blue) = 158+100+11=269 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.74% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 158 - color contains mainly: red. Hex color #9E640B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E640B is #619BF4. Grayscale: #6B6B6B. Windows color (decimal): -6396917 or 746654. OLE color: 746654.

HSL color Cylindrical-coordinate representation of color #9E640B: hue angle of 36.33º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E640B is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.38.

Color convert

RGB15810011-
CMYK00.370.930.38
HSL36.33º86.98%33.14%-
HSV(B)36.33º93.04%61.96%-
XYZ18.7216.412.5-
YUV107.273.72164.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 58.74%
GREEN value IS 100 (39.45% from 255) = 37.17%
BLUE value IS 11 (4.69% from 255) = 4.09%
R=58.74%
G=37.17%
B=4.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.93
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581001100.370.930.3836.3386.9833.14
Hex9E64B0255D26245721
Octal23614413045135464412741
Binary1001111011001001011010010110111011001101001001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E640B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,100,11); }

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

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

 a { background-color: rgb(158,100,11); }

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

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

 span { border-color: rgb(158,100,11); }

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