#867B5C

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

Shades of Clay Creek #867B5C

Tints of Clay Creek #867B5C

Color information

#867B5C (or 0x867B5C) is unknown color: approx Clay Creek. HEX triplet: 86, 7B and 5C. RGB value is (134,123,92). Sum of RGB (Red+Green+Blue) = 134+123+92=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 134 - color contains mainly: red. Hex color #867B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867B5C is #7984A3. Grayscale: #7A7A7A. Windows color (decimal): -7963812 or 6060934. OLE color: 6060934.

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

Color convert

RGB13412392-
CMYK00.080.310.47
HSL44.29º18.58%44.31%-
HSV(B)44.29º31.34%52.55%-
XYZ18.8520.0112.99-
YUV122.76110.64136.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.40%
GREEN value IS 123 (48.44% from 255) = 35.24%
BLUE value IS 92 (36.33% from 255) = 26.36%
R=38.40%
G=35.24%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341239200.080.310.4744.2918.5844.31
Hex867B5C081F2F2c132c
Octal2061731340103757542354
Binary1000011011110111011100010001111110111110110010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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