#90805D

Color #90805D Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #90805D

Tints of Clay Creek #90805D

Color information

#90805D (or 0x90805D) is unknown color: approx Clay Creek. HEX triplet: 90, 80 and 5D. RGB value is (144,128,93). Sum of RGB (Red+Green+Blue) = 144+128+93=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 144 - color contains mainly: red. Hex color #90805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90805D is #6F7FA2. Grayscale: #808080. Windows color (decimal): -7307171 or 6127760. OLE color: 6127760.

HSL color Cylindrical-coordinate representation of color #90805D: hue angle of 41.18º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90805D is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB14412893-
CMYK00.110.350.44
HSL41.18º21.52%46.47%-
HSV(B)41.18º35.42%56.47%-
XYZ21.222.1613.52-
YUV128.79107.8138.85-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.45%
GREEN value IS 128 (50.39% from 255) = 35.07%
BLUE value IS 93 (36.72% from 255) = 25.48%
R=39.45%
G=35.07%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441289300.110.350.4441.1821.5246.47
Hex90805D0B232C29162e
Octal2202001350134354512656
Binary100100001000000010111010101110001110110010100110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90805D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90805D; }

 p { color: rgb(144,128,93); }

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

<style>
 a { background-color: #90805D; }

 a { background-color: rgb(144,128,93); }

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

<style>
 span { border-color: #90805D; }

 span { border-color: rgb(144,128,93); }

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