#91815D

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

Shades of Clay Creek #91815D

Tints of Clay Creek #91815D

Color information

#91815D (or 0x91815D) is unknown color: approx Clay Creek. HEX triplet: 91, 81 and 5D. RGB value is (145,129,93). Sum of RGB (Red+Green+Blue) = 145+129+93=367 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.51% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 145 - color contains mainly: red. Hex color #91815D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91815D is #6E7EA2. Grayscale: #818181. Windows color (decimal): -7241379 or 6128017. OLE color: 6128017.

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

Color convert

RGB14512993-
CMYK00.110.360.43
HSL41.54º21.85%46.67%-
HSV(B)41.54º35.86%56.86%-
XYZ21.522.5113.57-
YUV129.68107.3138.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.51%
GREEN value IS 129 (50.78% from 255) = 35.15%
BLUE value IS 93 (36.72% from 255) = 25.34%
R=39.51%
G=35.15%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451299300.110.360.4341.5421.8546.67
Hex91815D0B242B2a162f
Octal2212011350134453522657
Binary100100011000000110111010101110010010101110101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91815D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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