#90601B

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

Shades of Golden Brown #90601B

Tints of Golden Brown #90601B

Color information

#90601B (or 0x90601B) is unknown color: approx Golden Brown. HEX triplet: 90, 60 and 1B. RGB value is (144,96,27). Sum of RGB (Red+Green+Blue) = 144+96+27=267 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.93% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 144 - color contains mainly: red. Hex color #90601B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90601B is #6F9FE4. Grayscale: #666666. Windows color (decimal): -7315429 or 1794192. OLE color: 1794192.

HSL color Cylindrical-coordinate representation of color #90601B: hue angle of 35.38º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #90601B is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB1449627-
CMYK00.330.810.44
HSL35.38º68.42%33.53%-
HSV(B)35.38º81.25%56.47%-
XYZ15.8814.372.97-
YUV102.4985.4157.61-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 53.93%
GREEN value IS 96 (37.89% from 255) = 35.96%
BLUE value IS 27 (10.94% from 255) = 10.11%
R=53.93%
G=35.96%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144962700.330.810.4435.3868.4233.53
Hex90601B021512C234422
Octal22014033041121544310442
Binary10010000110000011011010000110100011011001000111000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90601B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90601B; }

 p { color: rgb(144,96,27); }

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

<style>
 a { background-color: #90601B; }

 a { background-color: rgb(144,96,27); }

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

<style>
 span { border-color: #90601B; }

 span { border-color: rgb(144,96,27); }

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