#867A4F

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

Shades of Clay Creek #867A4F

Tints of Clay Creek #867A4F

Color information

#867A4F (or 0x867A4F) is unknown color: approx Clay Creek. HEX triplet: 86, 7A and 4F. RGB value is (134,122,79). Sum of RGB (Red+Green+Blue) = 134+122+79=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 134 - color contains mainly: red. Hex color #867A4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867A4F is #7985B0. Grayscale: #787878. Windows color (decimal): -7964081 or 5208710. OLE color: 5208710.

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

Color convert

RGB13412279-
CMYK00.090.410.47
HSL46.91º25.82%41.76%-
HSV(B)46.91º41.04%52.55%-
XYZ18.219.5510.21-
YUV120.69104.48137.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40%
GREEN value IS 122 (48.05% from 255) = 36.42%
BLUE value IS 79 (31.25% from 255) = 23.58%
R=40%
G=36.42%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341227900.090.410.4746.9125.8241.76
Hex867A4F09292F2f1a2a
Octal2061721170115157573252
Binary10000110111101010011110100110100110111110111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,122,79); }

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

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

 a { background-color: rgb(134,122,79); }

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

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

 span { border-color: rgb(134,122,79); }

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