#86834C

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

Shades of Clay Creek #86834C

Tints of Clay Creek #86834C

Color information

#86834C (or 0x86834C) is unknown color: approx Clay Creek. HEX triplet: 86, 83 and 4C. RGB value is (134,131,76). Sum of RGB (Red+Green+Blue) = 134+131+76=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 134 - color contains mainly: red. Hex color #86834C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86834C is #797CB3. Grayscale: #7D7D7D. Windows color (decimal): -7961780 or 5014406. OLE color: 5014406.

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

Color convert

RGB13413176-
CMYK00.020.430.47
HSL56.9º27.62%41.18%-
HSV(B)56.9º43.28%52.55%-
XYZ19.2521.8210.03-
YUV125.6399.99133.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.30%
GREEN value IS 131 (51.56% from 255) = 38.42%
BLUE value IS 76 (30.08% from 255) = 22.29%
R=39.30%
G=38.42%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341317600.020.430.4756.927.6241.18
Hex86834C022B2F391c29
Octal206203114025357713451
Binary1000011010000011100110001010101110111111100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86834C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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