#9B6110

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

Shades of Golden Brown #9B6110

Tints of Golden Brown #9B6110

Color information

#9B6110 (or 0x9B6110) is unknown color: approx Golden Brown. HEX triplet: 9B, 61 and 10. RGB value is (155,97,16). Sum of RGB (Red+Green+Blue) = 155+97+16=268 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.84% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6110 is #649EEF. Grayscale: #696969. Windows color (decimal): -6594288 or 1073563. OLE color: 1073563.

HSL color Cylindrical-coordinate representation of color #9B6110: hue angle of 34.96º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B6110 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB1559716-
CMYK00.370.900.39
HSL34.96º81.29%33.53%-
HSV(B)34.96º89.68%60.78%-
XYZ17.8915.562.55-
YUV105.1177.72163.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 57.84%
GREEN value IS 97 (38.28% from 255) = 36.19%
BLUE value IS 16 (6.64% from 255) = 5.97%
R=57.84%
G=36.19%
B=5.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155971600.370.900.3934.9681.2933.53
Hex9B61100255A27235122
Octal23314120045132474312142
Binary10011011110000110000010010110110101001111000111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,97,16); }

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

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

 a { background-color: rgb(155,97,16); }

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

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

 span { border-color: rgb(155,97,16); }

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