#867E5C

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

Shades of Clay Creek #867E5C

Tints of Clay Creek #867E5C

Color information

#867E5C (or 0x867E5C) is unknown color: approx Clay Creek. HEX triplet: 86, 7E and 5C. RGB value is (134,126,92). Sum of RGB (Red+Green+Blue) = 134+126+92=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 134 - color contains mainly: red. Hex color #867E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867E5C is #7981A3. Grayscale: #7C7C7C. Windows color (decimal): -7963044 or 6061702. OLE color: 6061702.

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

Color convert

RGB13412692-
CMYK00.060.310.47
HSL48.57º18.58%44.31%-
HSV(B)48.57º31.34%52.55%-
XYZ19.2220.7613.12-
YUV124.52109.65134.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.07%
GREEN value IS 126 (49.61% from 255) = 35.80%
BLUE value IS 92 (36.33% from 255) = 26.14%
R=38.07%
G=35.80%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341269200.060.310.4748.5718.5844.31
Hex867E5C061F2F31132c
Octal206176134063757612354
Binary100001101111110101110001101111110111111000110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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