#90630A

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

Shades of Golden Brown #90630A

Tints of Golden Brown #90630A

Color information

#90630A (or 0x90630A) is unknown color: approx Golden Brown. HEX triplet: 90, 63 and 0A. RGB value is (144,99,10). Sum of RGB (Red+Green+Blue) = 144+99+10=253 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.92% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 144 - color contains mainly: red. Hex color #90630A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90630A is #6F9CF5. Grayscale: #666666. Windows color (decimal): -7314678 or 680848. OLE color: 680848.

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

Color convert

RGB1449910-
CMYK00.310.930.44
HSL39.85º87.01%30.2%-
HSV(B)39.85º93.06%56.47%-
XYZ16.0214.872.31-
YUV102.3175.91157.74-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 56.92%
GREEN value IS 99 (39.06% from 255) = 39.13%
BLUE value IS 10 (4.30% from 255) = 3.95%
R=56.92%
G=39.13%
B=3.95%

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
Decimal144991000.310.930.4439.8587.0130.2
Hex9063A01F5D2C28571e
Octal22014312037135545012736
Binary10010000110001110100111111011101101100101000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90630A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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