#867D46

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

Shades of Clay Creek #867D46

Tints of Clay Creek #867D46

Color information

#867D46 (or 0x867D46) is unknown color: approx Clay Creek. HEX triplet: 86, 7D and 46. RGB value is (134,125,70). Sum of RGB (Red+Green+Blue) = 134+125+70=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 134 - color contains mainly: red. Hex color #867D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867D46 is #7982B9. Grayscale: #797979. Windows color (decimal): -7963322 or 4619654. OLE color: 4619654.

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

Color convert

RGB13412570-
CMYK00.070.480.47
HSL51.56º31.37%40%-
HSV(B)51.56º47.76%52.55%-
XYZ18.2720.188.73-
YUV121.4298.98136.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.73%
GREEN value IS 125 (49.22% from 255) = 37.99%
BLUE value IS 70 (27.73% from 255) = 21.28%
R=40.73%
G=37.99%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341257000.070.480.4751.5631.3740
Hex867D4607302F341f28
Octal206175106076057643750
Binary1000011011111011000110011111000010111111010011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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