#9B640D

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

Shades of Golden Brown #9B640D

Tints of Golden Brown #9B640D

Color information

#9B640D (or 0x9B640D) is unknown color: approx Golden Brown. HEX triplet: 9B, 64 and 0D. RGB value is (155,100,13). Sum of RGB (Red+Green+Blue) = 155+100+13=268 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.84% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 155 - color contains mainly: red. Hex color #9B640D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B640D is #649BF2. Grayscale: #6A6A6A. Windows color (decimal): -6593523 or 877723. OLE color: 877723.

HSL color Cylindrical-coordinate representation of color #9B640D: hue angle of 36.76º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B640D is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB15510013-
CMYK00.350.920.39
HSL36.76º84.52%32.94%-
HSV(B)36.76º91.61%60.78%-
XYZ18.1516.112.53-
YUV106.5375.22162.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 57.84%
GREEN value IS 100 (39.45% from 255) = 37.31%
BLUE value IS 13 (5.47% from 255) = 4.85%
R=57.84%
G=37.31%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551001300.350.920.3936.7684.5232.94
Hex9B64D0235C27255521
Octal23314415043134474512541
Binary1001101111001001101010001110111001001111001011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B640D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,100,13); }

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

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

 a { background-color: rgb(155,100,13); }

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

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

 span { border-color: rgb(155,100,13); }

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