#90560E

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

Shades of Golden Brown #90560E

Tints of Golden Brown #90560E

Color information

#90560E (or 0x90560E) is unknown color: approx Golden Brown. HEX triplet: 90, 56 and 0E. RGB value is (144,86,14). Sum of RGB (Red+Green+Blue) = 144+86+14=244 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.02% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 144 - color contains mainly: red. Hex color #90560E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90560E is #6FA9F1. Grayscale: #5F5F5F. Windows color (decimal): -7318002 or 939664. OLE color: 939664.

HSL color Cylindrical-coordinate representation of color #90560E: hue angle of 33.23º degrees, saturation: 0.82, 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 #90560E is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB1448614-
CMYK00.400.900.44
HSL33.23º82.28%30.98%-
HSV(B)33.23º90.28%56.47%-
XYZ14.9112.622.06-
YUV95.1382.22162.85-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 59.02%
GREEN value IS 86 (33.98% from 255) = 35.25%
BLUE value IS 14 (5.86% from 255) = 5.74%
R=59.02%
G=35.25%
B=5.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144861400.400.900.4433.2382.2830.98
Hex9056E0285A2C21521f
Octal22012616050132544112237
Binary100100001010110111001010001011010101100100001101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90560E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90560E; }

 p { color: rgb(144,86,14); }

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

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

 a { background-color: rgb(144,86,14); }

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

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

 span { border-color: rgb(144,86,14); }

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