#9B610B

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

Shades of Golden Brown #9B610B

Tints of Golden Brown #9B610B

Color information

#9B610B (or 0x9B610B) is unknown color: approx Golden Brown. HEX triplet: 9B, 61 and 0B. RGB value is (155,97,11). Sum of RGB (Red+Green+Blue) = 155+97+11=263 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.94% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 155 - color contains mainly: red. Hex color #9B610B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B610B is #649EF4. Grayscale: #686868. Windows color (decimal): -6594293 or 745883. OLE color: 745883.

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

Color convert

RGB1559711-
CMYK00.370.930.39
HSL35.83º86.75%32.55%-
HSV(B)35.83º92.9%60.78%-
XYZ17.8515.542.38-
YUV104.5475.22163.99-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.94%
GREEN value IS 97 (38.28% from 255) = 36.88%
BLUE value IS 11 (4.69% from 255) = 4.18%
R=58.94%
G=36.88%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.93
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155971100.370.930.3935.8386.7532.55
Hex9B61B0255D27245721
Octal23314113045135474412741
Binary1001101111000011011010010110111011001111001001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B610B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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