#90650A

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

Shades of Golden Brown #90650A

Tints of Golden Brown #90650A

Color information

#90650A (or 0x90650A) is unknown color: approx Golden Brown. HEX triplet: 90, 65 and 0A. RGB value is (144,101,10). Sum of RGB (Red+Green+Blue) = 144+101+10=255 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.47% from 255); Green value is 101 (39.84% from 255 or 39.61% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 144 - color contains mainly: red. Hex color #90650A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90650A is #6F9AF5. Grayscale: #676767. Windows color (decimal): -7314166 or 681360. OLE color: 681360.

HSL color Cylindrical-coordinate representation of color #90650A: hue angle of 40.75º 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 #90650A is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.44.

Color convert

RGB14410110-
CMYK00.300.930.44
HSL40.75º87.01%30.2%-
HSV(B)40.75º93.06%56.47%-
XYZ16.2115.262.38-
YUV103.4875.25156.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 56.47%
GREEN value IS 101 (39.84% from 255) = 39.61%
BLUE value IS 10 (4.30% from 255) = 3.92%
R=56.47%
G=39.61%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441011000.300.930.4440.7587.0130.2
Hex9065A01E5D2C29571e
Octal22014512036135545112736
Binary10010000110010110100111101011101101100101001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90650A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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