#906D01

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

Shades of Golden Brown #906D01

Tints of Golden Brown #906D01

Color information

#906D01 (or 0x906D01) is unknown color: approx Golden Brown. HEX triplet: 90, 6D and 01. RGB value is (144,109,1). Sum of RGB (Red+Green+Blue) = 144+109+1=254 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.69% from 254); Green value is 109 (42.97% from 255 or 42.91% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 144 - color contains mainly: red. Hex color #906D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906D01 is #6F92FE. Grayscale: #6B6B6B. Windows color (decimal): -7312127 or 93584. OLE color: 93584.

HSL color Cylindrical-coordinate representation of color #906D01: hue angle of 45.31º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #906D01 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB1441091-
CMYK00.240.990.44
HSL45.31º98.62%28.43%-
HSV(B)45.31º99.31%56.47%-
XYZ16.9816.872.39-
YUV107.1568.1154.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 56.69%
GREEN value IS 109 (42.97% from 255) = 42.91%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=56.69%
G=42.91%
B=0.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144109100.240.990.4445.3198.6228.43
Hex906D1018632C2d631c
Octal2201551030143545514334
Binary10010000110110110110001100011101100101101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,109,1); }

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

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

 a { background-color: rgb(144,109,1); }

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

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

 span { border-color: rgb(144,109,1); }

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