#91815C

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

Shades of Clay Creek #91815C

Tints of Clay Creek #91815C

Color information

#91815C (or 0x91815C) is unknown color: approx Clay Creek. HEX triplet: 91, 81 and 5C. RGB value is (145,129,92). Sum of RGB (Red+Green+Blue) = 145+129+92=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 145 - color contains mainly: red. Hex color #91815C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91815C is #6E7EA3. Grayscale: #818181. Windows color (decimal): -7241380 or 6062481. OLE color: 6062481.

HSL color Cylindrical-coordinate representation of color #91815C: hue angle of 41.89º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91815C is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB14512992-
CMYK00.110.370.43
HSL41.89º22.36%46.47%-
HSV(B)41.89º36.55%56.86%-
XYZ21.4622.4913.34-
YUV129.57106.8139.01-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.62%
GREEN value IS 129 (50.78% from 255) = 35.25%
BLUE value IS 92 (36.33% from 255) = 25.14%
R=39.62%
G=35.25%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451299200.110.370.4341.8922.3646.47
Hex91815C0B252B2a162e
Octal2212011340134553522656
Binary100100011000000110111000101110010110101110101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91815C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,129,92); }

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

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

 a { background-color: rgb(145,129,92); }

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

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

 span { border-color: rgb(145,129,92); }

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