#91855B

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

Shades of Clay Creek #91855B

Tints of Clay Creek #91855B

Color information

#91855B (or 0x91855B) is unknown color: approx Clay Creek. HEX triplet: 91, 85 and 5B. RGB value is (145,133,91). Sum of RGB (Red+Green+Blue) = 145+133+91=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 145 - color contains mainly: red. Hex color #91855B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91855B is #6E7AA4. Grayscale: #838383. Windows color (decimal): -7240357 or 5997969. OLE color: 5997969.

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

Color convert

RGB14513391-
CMYK00.080.370.43
HSL46.67º22.88%46.27%-
HSV(B)46.67º37.24%56.86%-
XYZ21.9523.5513.29-
YUV131.8104.98137.42-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.30%
GREEN value IS 133 (52.34% from 255) = 36.04%
BLUE value IS 91 (35.94% from 255) = 24.66%
R=39.30%
G=36.04%
B=24.66%

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
Decimal1451339100.080.370.4346.6722.8846.27
Hex91855B08252B2f172e
Octal2212051330104553572756
Binary100100011000010110110110100010010110101110111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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