#867A50

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

Shades of Clay Creek #867A50

Tints of Clay Creek #867A50

Color information

#867A50 (or 0x867A50) is unknown color: approx Clay Creek. HEX triplet: 86, 7A and 50. RGB value is (134,122,80). Sum of RGB (Red+Green+Blue) = 134+122+80=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 134 - color contains mainly: red. Hex color #867A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867A50 is #7985AF. Grayscale: #787878. Windows color (decimal): -7964080 or 5274246. OLE color: 5274246.

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

Color convert

RGB13412280-
CMYK00.090.400.47
HSL46.67º25.23%41.96%-
HSV(B)46.67º40.3%52.55%-
XYZ18.2419.5710.4-
YUV120.8104.98137.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.88%
GREEN value IS 122 (48.05% from 255) = 36.31%
BLUE value IS 80 (31.64% from 255) = 23.81%
R=39.88%
G=36.31%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341228000.090.400.4746.6725.2341.96
Hex867A5009282F2f192a
Octal2061721200115057573152
Binary10000110111101010100000100110100010111110111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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