#91865B

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

Shades of Clay Creek #91865B

Tints of Clay Creek #91865B

Color information

#91865B (or 0x91865B) is unknown color: approx Clay Creek. HEX triplet: 91, 86 and 5B. RGB value is (145,134,91). Sum of RGB (Red+Green+Blue) = 145+134+91=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 145 - color contains mainly: red. Hex color #91865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91865B is #6E79A4. Grayscale: #848484. Windows color (decimal): -7240101 or 5998225. OLE color: 5998225.

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

Color convert

RGB14513491-
CMYK00.080.370.43
HSL47.78º22.88%46.27%-
HSV(B)47.78º37.24%56.86%-
XYZ22.0923.8313.33-
YUV132.39104.64137-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.19%
GREEN value IS 134 (52.73% from 255) = 36.22%
BLUE value IS 91 (35.94% from 255) = 24.59%
R=39.19%
G=36.22%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451349100.080.370.4347.7822.8846.27
Hex91865B08252B30172e
Octal2212061330104553602756
Binary100100011000011010110110100010010110101111000010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91865B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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