#867F53

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

Shades of Clay Creek #867F53

Tints of Clay Creek #867F53

Color information

#867F53 (or 0x867F53) is unknown color: approx Clay Creek. HEX triplet: 86, 7F and 53. RGB value is (134,127,83). Sum of RGB (Red+Green+Blue) = 134+127+83=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 134 - color contains mainly: red. Hex color #867F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867F53 is #7980AC. Grayscale: #7C7C7C. Windows color (decimal): -7962797 or 5472134. OLE color: 5472134.

HSL color Cylindrical-coordinate representation of color #867F53: hue angle of 51.76º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #867F53 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB13412783-
CMYK00.050.380.47
HSL51.76º23.5%42.55%-
HSV(B)51.76º38.06%52.55%-
XYZ18.9820.8711.21-
YUV124.08104.82135.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.95%
GREEN value IS 127 (50% from 255) = 36.92%
BLUE value IS 83 (32.81% from 255) = 24.13%
R=38.95%
G=36.92%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341278300.050.380.4751.7623.542.55
Hex867F5305262F34182b
Octal206177123054657643053
Binary1000011011111111010011010110011010111111010011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867F53; }

 p { color: rgb(134,127,83); }

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

<style>
 a { background-color: #867F53; }

 a { background-color: rgb(134,127,83); }

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

<style>
 span { border-color: #867F53; }

 span { border-color: rgb(134,127,83); }

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