#867A5C

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

Shades of Clay Creek #867A5C

Tints of Clay Creek #867A5C

Color information

#867A5C (or 0x867A5C) is unknown color: approx Clay Creek. HEX triplet: 86, 7A and 5C. RGB value is (134,122,92). Sum of RGB (Red+Green+Blue) = 134+122+92=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 134 - color contains mainly: red. Hex color #867A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867A5C is #7985A3. Grayscale: #7A7A7A. Windows color (decimal): -7964068 or 6060678. OLE color: 6060678.

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

Color convert

RGB13412292-
CMYK00.090.310.47
HSL42.86º18.58%44.31%-
HSV(B)42.86º31.34%52.55%-
XYZ18.7219.7612.95-
YUV122.17110.98136.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.51%
GREEN value IS 122 (48.05% from 255) = 35.06%
BLUE value IS 92 (36.33% from 255) = 26.44%
R=38.51%
G=35.06%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341229200.090.310.4742.8618.5844.31
Hex867A5C091F2F2b132c
Octal2061721340113757532354
Binary1000011011110101011100010011111110111110101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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