#9B6618

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

Shades of Golden Brown #9B6618

Tints of Golden Brown #9B6618

Color information

#9B6618 (or 0x9B6618) is unknown color: approx Golden Brown. HEX triplet: 9B, 66 and 18. RGB value is (155,102,24). Sum of RGB (Red+Green+Blue) = 155+102+24=281 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.16% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6618 is #6499E7. Grayscale: #6D6D6D. Windows color (decimal): -6593000 or 1599131. OLE color: 1599131.

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

Color convert

RGB15510224-
CMYK00.340.850.39
HSL35.73º73.18%35.1%-
HSV(B)35.73º84.52%60.78%-
XYZ18.4316.543.08-
YUV108.9680.06160.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.16%
GREEN value IS 102 (40.23% from 255) = 36.30%
BLUE value IS 24 (9.77% from 255) = 8.54%
R=55.16%
G=36.30%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.85
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551022400.340.850.3935.7373.1835.1
Hex9B66180225527244923
Octal23314630042125474411143
Binary10011011110011011000010001010101011001111001001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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