#86834E

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

Shades of Clay Creek #86834E

Tints of Clay Creek #86834E

Color information

#86834E (or 0x86834E) is unknown color: approx Clay Creek. HEX triplet: 86, 83 and 4E. RGB value is (134,131,78). Sum of RGB (Red+Green+Blue) = 134+131+78=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 134 - color contains mainly: red. Hex color #86834E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86834E is #797CB1. Grayscale: #7E7E7E. Windows color (decimal): -7961778 or 5145478. OLE color: 5145478.

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

Color convert

RGB13413178-
CMYK00.020.420.47
HSL56.79º26.42%41.57%-
HSV(B)56.79º41.79%52.55%-
XYZ19.3221.8510.41-
YUV125.85100.99133.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.07%
GREEN value IS 131 (51.56% from 255) = 38.19%
BLUE value IS 78 (30.86% from 255) = 22.74%
R=39.07%
G=38.19%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341317800.020.420.4756.7926.4241.57
Hex86834E022A2F391a2a
Octal206203116025257713252
Binary1000011010000011100111001010101010111111100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86834E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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