#868055

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

Shades of Clay Creek #868055

Tints of Clay Creek #868055

Color information

#868055 (or 0x868055) is unknown color: approx Clay Creek. HEX triplet: 86, 80 and 55. RGB value is (134,128,85). Sum of RGB (Red+Green+Blue) = 134+128+85=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 134 - color contains mainly: red. Hex color #868055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868055 is #797FAA. Grayscale: #7D7D7D. Windows color (decimal): -7962539 or 5603462. OLE color: 5603462.

HSL color Cylindrical-coordinate representation of color #868055: hue angle of 52.65º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #868055 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB13412885-
CMYK00.040.370.47
HSL52.65º22.37%42.94%-
HSV(B)52.65º36.57%52.55%-
XYZ19.1921.1611.67-
YUV124.89105.49134.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.62%
GREEN value IS 128 (50.39% from 255) = 36.89%
BLUE value IS 85 (33.59% from 255) = 24.50%
R=38.62%
G=36.89%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341288500.040.370.4752.6522.3742.94
Hex86805504252F35162b
Octal206200125044557652653
Binary10000110100000001010101010010010110111111010110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868055; }

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

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

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

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

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

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

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

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