#91845B

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

Shades of Clay Creek #91845B

Tints of Clay Creek #91845B

Color information

#91845B (or 0x91845B) is unknown color: approx Clay Creek. HEX triplet: 91, 84 and 5B. RGB value is (145,132,91). Sum of RGB (Red+Green+Blue) = 145+132+91=368 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.40% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 145 - color contains mainly: red. Hex color #91845B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91845B is #6E7BA4. Grayscale: #838383. Windows color (decimal): -7240613 or 5997713. OLE color: 5997713.

HSL color Cylindrical-coordinate representation of color #91845B: hue angle of 45.56º degrees, saturation: 0.23, 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 #91845B is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB14513291-
CMYK00.090.370.43
HSL45.56º22.88%46.27%-
HSV(B)45.56º37.24%56.86%-
XYZ21.8223.2813.24-
YUV131.21105.31137.83-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.40%
GREEN value IS 132 (51.95% from 255) = 35.87%
BLUE value IS 91 (35.94% from 255) = 24.73%
R=39.40%
G=35.87%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451329100.090.370.4345.5622.8846.27
Hex91845B09252B2e172e
Octal2212041330114553562756
Binary100100011000010010110110100110010110101110111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91845B; }

 p { color: rgb(145,132,91); }

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

<style>
 a { background-color: #91845B; }

 a { background-color: rgb(145,132,91); }

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

<style>
 span { border-color: #91845B; }

 span { border-color: rgb(145,132,91); }

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