#867B5F

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

Shades of Clay Creek #867B5F

Tints of Clay Creek #867B5F

Color information

#867B5F (or 0x867B5F) is unknown color: approx Clay Creek. HEX triplet: 86, 7B and 5F. RGB value is (134,123,95). Sum of RGB (Red+Green+Blue) = 134+123+95=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 134 - color contains mainly: red. Hex color #867B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867B5F is #7984A0. Grayscale: #7B7B7B. Windows color (decimal): -7963809 or 6257542. OLE color: 6257542.

HSL color Cylindrical-coordinate representation of color #867B5F: hue angle of 43.08º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #867B5F is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB13412395-
CMYK00.080.290.47
HSL43.08º17.03%44.9%-
HSV(B)43.08º29.1%52.55%-
XYZ18.9820.0613.7-
YUV123.1112.14135.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.07%
GREEN value IS 123 (48.44% from 255) = 34.94%
BLUE value IS 95 (37.5% from 255) = 26.99%
R=38.07%
G=34.94%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341239500.080.290.4743.0817.0344.9
Hex867B5F081D2F2b112d
Octal2061731370103557532155
Binary1000011011110111011111010001110110111110101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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