#86834F

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

Shades of Clay Creek #86834F

Tints of Clay Creek #86834F

Color information

#86834F (or 0x86834F) is unknown color: approx Clay Creek. HEX triplet: 86, 83 and 4F. RGB value is (134,131,79). Sum of RGB (Red+Green+Blue) = 134+131+79=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 134 - color contains mainly: red. Hex color #86834F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86834F is #797CB0. Grayscale: #7E7E7E. Windows color (decimal): -7961777 or 5211014. OLE color: 5211014.

HSL color Cylindrical-coordinate representation of color #86834F: hue angle of 56.73º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86834F is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB13413179-
CMYK00.020.410.47
HSL56.73º25.82%41.76%-
HSV(B)56.73º41.04%52.55%-
XYZ19.3621.8710.6-
YUV125.97101.49133.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.95%
GREEN value IS 131 (51.56% from 255) = 38.08%
BLUE value IS 79 (31.25% from 255) = 22.97%
R=38.95%
G=38.08%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341317900.020.410.4756.7325.8241.76
Hex86834F02292F391a2a
Octal206203117025157713252
Binary1000011010000011100111101010100110111111100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86834F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86834F; }

 p { color: rgb(134,131,79); }

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

<style>
 a { background-color: #86834F; }

 a { background-color: rgb(134,131,79); }

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

<style>
 span { border-color: #86834F; }

 span { border-color: rgb(134,131,79); }

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