#91845C

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

Shades of Clay Creek #91845C

Tints of Clay Creek #91845C

Color information

#91845C (or 0x91845C) is unknown color: approx Clay Creek. HEX triplet: 91, 84 and 5C. RGB value is (145,132,92). Sum of RGB (Red+Green+Blue) = 145+132+92=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 145 - color contains mainly: red. Hex color #91845C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91845C is #6E7BA3. Grayscale: #838383. Windows color (decimal): -7240612 or 6063249. OLE color: 6063249.

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

Color convert

RGB14513292-
CMYK00.090.370.43
HSL45.28º22.36%46.47%-
HSV(B)45.28º36.55%56.86%-
XYZ21.8623.2913.47-
YUV131.33105.81137.75-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.30%
GREEN value IS 132 (51.95% from 255) = 35.77%
BLUE value IS 92 (36.33% from 255) = 24.93%
R=39.30%
G=35.77%
B=24.93%

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
Decimal1451329200.090.370.4345.2822.3646.47
Hex91845C09252B2d162e
Octal2212041340114553552656
Binary100100011000010010111000100110010110101110110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91845C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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