#867A4E

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

Shades of Clay Creek #867A4E

Tints of Clay Creek #867A4E

Color information

#867A4E (or 0x867A4E) is unknown color: approx Clay Creek. HEX triplet: 86, 7A and 4E. RGB value is (134,122,78). Sum of RGB (Red+Green+Blue) = 134+122+78=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 134 - color contains mainly: red. Hex color #867A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867A4E is #7985B1. Grayscale: #787878. Windows color (decimal): -7964082 or 5143174. OLE color: 5143174.

HSL color Cylindrical-coordinate representation of color #867A4E: hue angle of 47.14º 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 #867A4E is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB13412278-
CMYK00.090.420.47
HSL47.14º26.42%41.57%-
HSV(B)47.14º41.79%52.55%-
XYZ18.1719.5410.02-
YUV120.57103.98137.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.12%
GREEN value IS 122 (48.05% from 255) = 36.53%
BLUE value IS 78 (30.86% from 255) = 23.35%
R=40.12%
G=36.53%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341227800.090.420.4747.1426.4241.57
Hex867A4E092A2F2f1a2a
Octal2061721160115257573252
Binary10000110111101010011100100110101010111110111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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