#91864E

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

Shades of Clay Creek #91864E

Tints of Clay Creek #91864E

Color information

#91864E (or 0x91864E) is unknown color: approx Clay Creek. HEX triplet: 91, 86 and 4E. RGB value is (145,134,78). Sum of RGB (Red+Green+Blue) = 145+134+78=357 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.62% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 145 - color contains mainly: red. Hex color #91864E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91864E is #6E79B1. Grayscale: #838383. Windows color (decimal): -7240114 or 5146257. OLE color: 5146257.

HSL color Cylindrical-coordinate representation of color #91864E: hue angle of 50.15º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #91864E is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB14513478-
CMYK00.080.460.43
HSL50.15º30.04%43.73%-
HSV(B)50.15º46.21%56.86%-
XYZ21.5823.6210.63-
YUV130.998.14138.05-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.62%
GREEN value IS 134 (52.73% from 255) = 37.54%
BLUE value IS 78 (30.86% from 255) = 21.85%
R=40.62%
G=37.54%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451347800.080.460.4350.1530.0443.73
Hex91864E082E2B321e2c
Octal2212061160105653623654
Binary100100011000011010011100100010111010101111001011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91864E; }

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

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

<style>
 a { background-color: #91864E; }

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

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

<style>
 span { border-color: #91864E; }

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

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