#867D4E

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

Shades of Clay Creek #867D4E

Tints of Clay Creek #867D4E

Color information

#867D4E (or 0x867D4E) is unknown color: approx Clay Creek. HEX triplet: 86, 7D and 4E. RGB value is (134,125,78). Sum of RGB (Red+Green+Blue) = 134+125+78=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 134 - color contains mainly: red. Hex color #867D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867D4E is #7982B1. Grayscale: #7A7A7A. Windows color (decimal): -7963314 or 5143942. OLE color: 5143942.

HSL color Cylindrical-coordinate representation of color #867D4E: hue angle of 50.36º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #867D4E is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB13412578-
CMYK00.070.420.47
HSL50.36º26.42%41.57%-
HSV(B)50.36º41.79%52.55%-
XYZ18.5420.2910.15-
YUV122.33102.98136.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.76%
GREEN value IS 125 (49.22% from 255) = 37.09%
BLUE value IS 78 (30.86% from 255) = 23.15%
R=39.76%
G=37.09%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341257800.070.420.4750.3626.4241.57
Hex867D4E072A2F321a2a
Octal206175116075257623252
Binary1000011011111011001110011110101010111111001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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