#906214

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

Shades of Golden Brown #906214

Tints of Golden Brown #906214

Color information

#906214 (or 0x906214) is unknown color: approx Golden Brown. HEX triplet: 90, 62 and 14. RGB value is (144,98,20). Sum of RGB (Red+Green+Blue) = 144+98+20=262 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.96% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 144 - color contains mainly: red. Hex color #906214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906214 is #6F9DEB. Grayscale: #676767. Windows color (decimal): -7314924 or 1335952. OLE color: 1335952.

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

Color convert

RGB1449820-
CMYK00.320.860.44
HSL37.74º75.61%32.16%-
HSV(B)37.74º86.11%56.47%-
XYZ1614.722.66-
YUV102.8681.24157.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 54.96%
GREEN value IS 98 (38.67% from 255) = 37.40%
BLUE value IS 20 (8.20% from 255) = 7.63%
R=54.96%
G=37.40%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144982000.320.860.4437.7475.6132.16
Hex906214020562C264c20
Octal22014224040126544611440
Binary10010000110001010100010000010101101011001001101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906214; }

 p { color: rgb(144,98,20); }

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

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

 a { background-color: rgb(144,98,20); }

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

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

 span { border-color: rgb(144,98,20); }

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