#86804B

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

Shades of Clay Creek #86804B

Tints of Clay Creek #86804B

Color information

#86804B (or 0x86804B) is unknown color: approx Clay Creek. HEX triplet: 86, 80 and 4B. RGB value is (134,128,75). Sum of RGB (Red+Green+Blue) = 134+128+75=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 134 - color contains mainly: red. Hex color #86804B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86804B is #797FB4. Grayscale: #7B7B7B. Windows color (decimal): -7962549 or 4948102. OLE color: 4948102.

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

Color convert

RGB13412875-
CMYK00.040.440.47
HSL53.9º28.23%40.98%-
HSV(B)53.9º44.03%52.55%-
XYZ18.8221.019.72-
YUV123.75100.49135.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.76%
GREEN value IS 128 (50.39% from 255) = 37.98%
BLUE value IS 75 (29.69% from 255) = 22.26%
R=39.76%
G=37.98%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341287500.040.440.4753.928.2340.98
Hex86804B042C2F361c29
Octal206200113045457663451
Binary10000110100000001001011010010110010111111011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86804B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86804B; }

 p { color: rgb(134,128,75); }

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

<style>
 a { background-color: #86804B; }

 a { background-color: rgb(134,128,75); }

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

<style>
 span { border-color: #86804B; }

 span { border-color: rgb(134,128,75); }

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