#9B620B

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

Shades of Golden Brown #9B620B

Tints of Golden Brown #9B620B

Color information

#9B620B (or 0x9B620B) is unknown color: approx Golden Brown. HEX triplet: 9B, 62 and 0B. RGB value is (155,98,11). Sum of RGB (Red+Green+Blue) = 155+98+11=264 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.71% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 155 - color contains mainly: red. Hex color #9B620B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B620B is #649DF4. Grayscale: #696969. Windows color (decimal): -6594037 or 746139. OLE color: 746139.

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

Color convert

RGB1559811-
CMYK00.370.930.39
HSL36.25º86.75%32.55%-
HSV(B)36.25º92.9%60.78%-
XYZ17.9515.732.41-
YUV105.1274.88163.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.71%
GREEN value IS 98 (38.67% from 255) = 37.12%
BLUE value IS 11 (4.69% from 255) = 4.17%
R=58.71%
G=37.12%
B=4.17%

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
Decimal155981100.370.930.3936.2586.7532.55
Hex9B62B0255D27245721
Octal23314213045135474412741
Binary1001101111000101011010010110111011001111001001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B620B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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