#9B660D

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

Shades of Golden Brown #9B660D

Tints of Golden Brown #9B660D

Color information

#9B660D (or 0x9B660D) is unknown color: approx Golden Brown. HEX triplet: 9B, 66 and 0D. RGB value is (155,102,13). Sum of RGB (Red+Green+Blue) = 155+102+13=270 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.41% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 155 - color contains mainly: red. Hex color #9B660D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B660D is #6499F2. Grayscale: #6C6C6C. Windows color (decimal): -6593011 or 878235. OLE color: 878235.

HSL color Cylindrical-coordinate representation of color #9B660D: hue angle of 37.61º 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 #9B660D is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB15510213-
CMYK00.340.920.39
HSL37.61º84.52%32.94%-
HSV(B)37.61º91.61%60.78%-
XYZ18.3416.52.6-
YUV107.774.56161.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 57.41%
GREEN value IS 102 (40.23% from 255) = 37.78%
BLUE value IS 13 (5.47% from 255) = 4.81%
R=57.41%
G=37.78%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551021300.340.920.3937.6184.5232.94
Hex9B66D0225C27265521
Octal23314615042134474612541
Binary1001101111001101101010001010111001001111001101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B660D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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