#90844E

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

Shades of Clay Creek #90844E

Tints of Clay Creek #90844E

Color information

#90844E (or 0x90844E) is unknown color: approx Clay Creek. HEX triplet: 90, 84 and 4E. RGB value is (144,132,78). Sum of RGB (Red+Green+Blue) = 144+132+78=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 144 - color contains mainly: red. Hex color #90844E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90844E is #6F7BB1. Grayscale: #818181. Windows color (decimal): -7306162 or 5145744. OLE color: 5145744.

HSL color Cylindrical-coordinate representation of color #90844E: hue angle of 49.09º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90844E is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB14413278-
CMYK00.080.460.44
HSL49.09º29.73%43.53%-
HSV(B)49.09º45.83%56.47%-
XYZ21.1322.9810.53-
YUV129.4398.98138.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.68%
GREEN value IS 132 (51.95% from 255) = 37.29%
BLUE value IS 78 (30.86% from 255) = 22.03%
R=40.68%
G=37.29%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441327800.080.460.4449.0929.7343.53
Hex90844E082E2C311e2c
Octal2202041160105654613654
Binary100100001000010010011100100010111010110011000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90844E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90844E; }

 p { color: rgb(144,132,78); }

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

<style>
 a { background-color: #90844E; }

 a { background-color: rgb(144,132,78); }

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

<style>
 span { border-color: #90844E; }

 span { border-color: rgb(144,132,78); }

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