#90621A

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

Shades of Golden Brown #90621A

Tints of Golden Brown #90621A

Color information

#90621A (or 0x90621A) is unknown color: approx Golden Brown. HEX triplet: 90, 62 and 1A. RGB value is (144,98,26). Sum of RGB (Red+Green+Blue) = 144+98+26=268 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.73% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 144 - color contains mainly: red. Hex color #90621A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90621A is #6F9DE5. Grayscale: #676767. Windows color (decimal): -7314918 or 1729168. OLE color: 1729168.

HSL color Cylindrical-coordinate representation of color #90621A: hue angle of 36.61º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #90621A is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB1449826-
CMYK00.320.820.44
HSL36.61º69.41%33.33%-
HSV(B)36.61º81.94%56.47%-
XYZ16.0614.742.98-
YUV103.5584.24156.85-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 53.73%
GREEN value IS 98 (38.67% from 255) = 36.57%
BLUE value IS 26 (10.55% from 255) = 9.70%
R=53.73%
G=36.57%
B=9.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144982600.320.820.4436.6169.4133.33
Hex90621A020522C254521
Octal22014232040122544510541
Binary10010000110001011010010000010100101011001001011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90621A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,98,26); }

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

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

 a { background-color: rgb(144,98,26); }

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

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

 span { border-color: rgb(144,98,26); }

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