#91885A

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

Shades of Clay Creek #91885A

Tints of Clay Creek #91885A

Color information

#91885A (or 0x91885A) is unknown color: approx Clay Creek. HEX triplet: 91, 88 and 5A. RGB value is (145,136,90). Sum of RGB (Red+Green+Blue) = 145+136+90=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 145 - color contains mainly: red. Hex color #91885A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91885A is #6E77A5. Grayscale: #858585. Windows color (decimal): -7239590 or 5933201. OLE color: 5933201.

HSL color Cylindrical-coordinate representation of color #91885A: hue angle of 50.18º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91885A is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB14513690-
CMYK00.060.380.43
HSL50.18º23.4%46.08%-
HSV(B)50.18º37.93%56.86%-
XYZ22.3324.3713.2-
YUV133.45103.48136.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.08%
GREEN value IS 136 (53.52% from 255) = 36.66%
BLUE value IS 90 (35.55% from 255) = 24.26%
R=39.08%
G=36.66%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451369000.060.380.4350.1823.446.08
Hex91885A06262B32172e
Octal221210132064653622756
Binary10010001100010001011010011010011010101111001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91885A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91885A; }

 p { color: rgb(145,136,90); }

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

<style>
 a { background-color: #91885A; }

 a { background-color: rgb(145,136,90); }

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

<style>
 span { border-color: #91885A; }

 span { border-color: rgb(145,136,90); }

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