#90815D

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

Shades of Clay Creek #90815D

Tints of Clay Creek #90815D

Color information

#90815D (or 0x90815D) is unknown color: approx Clay Creek. HEX triplet: 90, 81 and 5D. RGB value is (144,129,93). Sum of RGB (Red+Green+Blue) = 144+129+93=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 144 - color contains mainly: red. Hex color #90815D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90815D is #6F7EA2. Grayscale: #818181. Windows color (decimal): -7306915 or 6128016. OLE color: 6128016.

HSL color Cylindrical-coordinate representation of color #90815D: hue angle of 42.35º 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 #90815D is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB14412993-
CMYK00.100.350.44
HSL42.35º21.52%46.47%-
HSV(B)42.35º35.42%56.47%-
XYZ21.3322.4213.56-
YUV129.38107.47138.43-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.34%
GREEN value IS 129 (50.78% from 255) = 35.25%
BLUE value IS 93 (36.72% from 255) = 25.41%
R=39.34%
G=35.25%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441299300.100.350.4442.3521.5246.47
Hex90815D0A232C2a162e
Octal2202011350124354522656
Binary100100001000000110111010101010001110110010101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90815D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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