#86794A

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

Shades of Clay Creek #86794A

Tints of Clay Creek #86794A

Color information

#86794A (or 0x86794A) is unknown color: approx Clay Creek. HEX triplet: 86, 79 and 4A. RGB value is (134,121,74). Sum of RGB (Red+Green+Blue) = 134+121+74=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 134 - color contains mainly: red. Hex color #86794A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86794A is #7986B5. Grayscale: #777777. Windows color (decimal): -7964342 or 4880774. OLE color: 4880774.

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

Color convert

RGB13412174-
CMYK00.100.450.47
HSL47º28.85%40.78%-
HSV(B)47º44.78%52.55%-
XYZ17.919.249.25-
YUV119.53102.31138.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.73%
GREEN value IS 121 (47.66% from 255) = 36.78%
BLUE value IS 74 (29.30% from 255) = 22.49%
R=40.73%
G=36.78%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341217400.100.450.474728.8540.78
Hex86794A0A2D2F2f1d29
Octal2061711120125557573551
Binary10000110111100110010100101010110110111110111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86794A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86794A; }

 p { color: rgb(134,121,74); }

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

<style>
 a { background-color: #86794A; }

 a { background-color: rgb(134,121,74); }

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

<style>
 span { border-color: #86794A; }

 span { border-color: rgb(134,121,74); }

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