#88864E

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

Shades of Clay Creek #88864E

Tints of Clay Creek #88864E

Color information

#88864E (or 0x88864E) is unknown color: approx Clay Creek. HEX triplet: 88, 86 and 4E. RGB value is (136,134,78). Sum of RGB (Red+Green+Blue) = 136+134+78=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 136 - color contains mainly: red. Hex color #88864E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88864E is #7779B1. Grayscale: #808080. Windows color (decimal): -7829938 or 5146248. OLE color: 5146248.

HSL color Cylindrical-coordinate representation of color #88864E: hue angle of 57.93º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88864E is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB13613478-
CMYK00.010.430.47
HSL57.93º27.1%41.96%-
HSV(B)57.93º42.65%53.33%-
XYZ20.0522.8310.56-
YUV128.2199.66133.55-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.08%
GREEN value IS 134 (52.73% from 255) = 38.51%
BLUE value IS 78 (30.86% from 255) = 22.41%
R=39.08%
G=38.51%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361347800.010.430.4757.9327.141.96
Hex88864E012B2F3a1b2a
Octal210206116015357723352
Binary100010001000011010011100110101110111111101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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