#90560A

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

Shades of Golden Brown #90560A

Tints of Golden Brown #90560A

Color information

#90560A (or 0x90560A) is unknown color: approx Golden Brown. HEX triplet: 90, 56 and 0A. RGB value is (144,86,10). Sum of RGB (Red+Green+Blue) = 144+86+10=240 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 144 - color contains mainly: red. Hex color #90560A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90560A is #6FA9F5. Grayscale: #5F5F5F. Windows color (decimal): -7318006 or 677520. OLE color: 677520.

HSL color Cylindrical-coordinate representation of color #90560A: hue angle of 34.03º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #90560A is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.44.

Color convert

RGB1448610-
CMYK00.400.930.44
HSL34.03º87.01%30.2%-
HSV(B)34.03º93.06%56.47%-
XYZ14.8812.611.94-
YUV94.6880.22163.18-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 60%
GREEN value IS 86 (33.98% from 255) = 35.83%
BLUE value IS 10 (4.30% from 255) = 4.17%
R=60%
G=35.83%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144861000.400.930.4434.0387.0130.2
Hex9056A0285D2C22571e
Octal22012612050135544212736
Binary100100001010110101001010001011101101100100010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90560A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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