#867A54

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

Shades of Clay Creek #867A54

Tints of Clay Creek #867A54

Color information

#867A54 (or 0x867A54) is unknown color: approx Clay Creek. HEX triplet: 86, 7A and 54. RGB value is (134,122,84). Sum of RGB (Red+Green+Blue) = 134+122+84=340 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.41% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 134 - color contains mainly: red. Hex color #867A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867A54 is #7985AB. Grayscale: #797979. Windows color (decimal): -7964076 or 5536390. OLE color: 5536390.

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

Color convert

RGB13412284-
CMYK00.090.370.47
HSL45.6º22.94%42.75%-
HSV(B)45.6º37.31%52.55%-
XYZ18.3919.6311.21-
YUV121.26106.98137.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.41%
GREEN value IS 122 (48.05% from 255) = 35.88%
BLUE value IS 84 (33.20% from 255) = 24.71%
R=39.41%
G=35.88%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341228400.090.370.4745.622.9442.75
Hex867A5409252F2e172b
Octal2061721240114557562753
Binary10000110111101010101000100110010110111110111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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