#90640A

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

Shades of Golden Brown #90640A

Tints of Golden Brown #90640A

Color information

#90640A (or 0x90640A) is unknown color: approx Golden Brown. HEX triplet: 90, 64 and 0A. RGB value is (144,100,10). Sum of RGB (Red+Green+Blue) = 144+100+10=254 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.69% from 254); Green value is 100 (39.45% from 255 or 39.37% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 144 - color contains mainly: red. Hex color #90640A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90640A is #6F9BF5. Grayscale: #676767. Windows color (decimal): -7314422 or 681104. OLE color: 681104.

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

Color convert

RGB14410010-
CMYK00.310.930.44
HSL40.3º87.01%30.2%-
HSV(B)40.3º93.06%56.47%-
XYZ16.1115.072.35-
YUV102.975.58157.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 56.69%
GREEN value IS 100 (39.45% from 255) = 39.37%
BLUE value IS 10 (4.30% from 255) = 3.94%
R=56.69%
G=39.37%
B=3.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441001000.310.930.4440.387.0130.2
Hex9064A01F5D2C28571e
Octal22014412037135545012736
Binary10010000110010010100111111011101101100101000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90640A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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