#90855C

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

Shades of Clay Creek #90855C

Tints of Clay Creek #90855C

Color information

#90855C (or 0x90855C) is unknown color: approx Clay Creek. HEX triplet: 90, 85 and 5C. RGB value is (144,133,92). Sum of RGB (Red+Green+Blue) = 144+133+92=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 144 - color contains mainly: red. Hex color #90855C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90855C is #6F7AA3. Grayscale: #838383. Windows color (decimal): -7305892 or 6063504. OLE color: 6063504.

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

Color convert

RGB14413392-
CMYK00.080.360.44
HSL47.31º22.03%46.27%-
HSV(B)47.31º36.11%56.47%-
XYZ21.8223.4813.51-
YUV131.62105.64136.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.02%
GREEN value IS 133 (52.34% from 255) = 36.04%
BLUE value IS 92 (36.33% from 255) = 24.93%
R=39.02%
G=36.04%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441339200.080.360.4447.3122.0346.27
Hex90855C08242C2f162e
Octal2202051340104454572656
Binary100100001000010110111000100010010010110010111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90855C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90855C; }

 p { color: rgb(144,133,92); }

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

<style>
 a { background-color: #90855C; }

 a { background-color: rgb(144,133,92); }

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

<style>
 span { border-color: #90855C; }

 span { border-color: rgb(144,133,92); }

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