#906B0B

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

Shades of Golden Brown #906B0B

Tints of Golden Brown #906B0B

Color information

#906B0B (or 0x906B0B) is unknown color: approx Golden Brown. HEX triplet: 90, 6B and 0B. RGB value is (144,107,11). Sum of RGB (Red+Green+Blue) = 144+107+11=262 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.96% from 262); Green value is 107 (42.19% from 255 or 40.84% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 144 - color contains mainly: red. Hex color #906B0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906B0B is #6F94F4. Grayscale: #6B6B6B. Windows color (decimal): -7312629 or 748432. OLE color: 748432.

HSL color Cylindrical-coordinate representation of color #906B0B: hue angle of 43.31º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #906B0B is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB14410711-
CMYK00.260.920.44
HSL43.31º85.81%30.39%-
HSV(B)43.31º92.36%56.47%-
XYZ16.8216.472.61-
YUV107.1273.76154.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 54.96%
GREEN value IS 107 (42.19% from 255) = 40.84%
BLUE value IS 11 (4.69% from 255) = 4.20%
R=54.96%
G=40.84%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441071100.260.920.4443.3185.8130.39
Hex906BB01A5C2C2b561e
Octal22015313032134545312636
Binary10010000110101110110110101011100101100101011101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906B0B; }

 p { color: rgb(144,107,11); }

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

<style>
 a { background-color: #906B0B; }

 a { background-color: rgb(144,107,11); }

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

<style>
 span { border-color: #906B0B; }

 span { border-color: rgb(144,107,11); }

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