#867D5B

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

Shades of Clay Creek #867D5B

Tints of Clay Creek #867D5B

Color information

#867D5B (or 0x867D5B) is unknown color: approx Clay Creek. HEX triplet: 86, 7D and 5B. RGB value is (134,125,91). Sum of RGB (Red+Green+Blue) = 134+125+91=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 134 - color contains mainly: red. Hex color #867D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867D5B is #7982A4. Grayscale: #7B7B7B. Windows color (decimal): -7963301 or 5995910. OLE color: 5995910.

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

Color convert

RGB13412591-
CMYK00.070.320.47
HSL47.44º19.11%44.12%-
HSV(B)47.44º32.09%52.55%-
XYZ19.0520.4912.85-
YUV123.82109.48135.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.29%
GREEN value IS 125 (49.22% from 255) = 35.71%
BLUE value IS 91 (35.94% from 255) = 26%
R=38.29%
G=35.71%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341259100.070.320.4747.4419.1144.12
Hex867D5B07202F2f132c
Octal206175133074057572354
Binary1000011011111011011011011110000010111110111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,125,91); }

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

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

 a { background-color: rgb(134,125,91); }

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

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

 span { border-color: rgb(134,125,91); }

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