#9B6C00

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

Shades of Golden Brown #9B6C00

Tints of Golden Brown #9B6C00

Color information

#9B6C00 (or 0x9B6C00) is unknown color: approx Golden Brown. HEX triplet: 9B, 6C and 00. RGB value is (155,108,0). Sum of RGB (Red+Green+Blue) = 155+108+0=263 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.94% from 263); Green value is 108 (42.58% from 255 or 41.06% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6C00 is #6493FF. Grayscale: #6E6E6E. Windows color (decimal): -6591488 or 27803. OLE color: 27803.

HSL color Cylindrical-coordinate representation of color #9B6C00: hue angle of 41.81º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B6C00 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.39.

Color convert

RGB1551080-
CMYK00.3010.39
HSL41.81º100%30.39%-
HSV(B)41.81º100%60.78%-
XYZ18.8817.692.42-
YUV109.7466.07160.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.94%
GREEN value IS 108 (42.58% from 255) = 41.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.94%
G=41.06%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 1
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155108000.3010.3941.8110030.39
Hex9B6C001E64272a641e
Octal2331540036144475214436
Binary10011011110110000111101100100100111101010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,108,0); }

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

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

 a { background-color: rgb(155,108,0); }

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

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

 span { border-color: rgb(155,108,0); }

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