#906F0F

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

Shades of Golden Brown #906F0F

Tints of Golden Brown #906F0F

Color information

#906F0F (or 0x906F0F) is unknown color: approx Golden Brown. HEX triplet: 90, 6F and 0F. RGB value is (144,111,15). Sum of RGB (Red+Green+Blue) = 144+111+15=270 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.33% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 144 - color contains mainly: red. Hex color #906F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906F0F is #6F90F0. Grayscale: #6E6E6E. Windows color (decimal): -7311601 or 1011600. OLE color: 1011600.

HSL color Cylindrical-coordinate representation of color #906F0F: hue angle of 44.65º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #906F0F is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB14411115-
CMYK00.230.900.44
HSL44.65º81.13%31.18%-
HSV(B)44.65º89.58%56.47%-
XYZ17.2717.332.89-
YUV109.9274.43152.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 53.33%
GREEN value IS 111 (43.75% from 255) = 41.11%
BLUE value IS 15 (6.25% from 255) = 5.56%
R=53.33%
G=41.11%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441111500.230.900.4444.6581.1331.18
Hex906FF0175A2C2d511f
Octal22015717027132545512137
Binary10010000110111111110101111011010101100101101101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,111,15); }

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

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

 a { background-color: rgb(144,111,15); }

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

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

 span { border-color: rgb(144,111,15); }

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