#868053

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

Shades of Clay Creek #868053

Tints of Clay Creek #868053

Color information

#868053 (or 0x868053) is unknown color: approx Clay Creek. HEX triplet: 86, 80 and 53. RGB value is (134,128,83). Sum of RGB (Red+Green+Blue) = 134+128+83=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #868053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868053 is #797FAC. Grayscale: #7C7C7C. Windows color (decimal): -7962541 or 5472390. OLE color: 5472390.

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

Color convert

RGB13412883-
CMYK00.040.380.47
HSL52.94º23.5%42.55%-
HSV(B)52.94º38.06%52.55%-
XYZ19.1121.1311.26-
YUV124.66104.49134.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.84%
GREEN value IS 128 (50.39% from 255) = 37.10%
BLUE value IS 83 (32.81% from 255) = 24.06%
R=38.84%
G=37.10%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341288300.040.380.4752.9423.542.55
Hex86805304262F35182b
Octal206200123044657653053
Binary10000110100000001010011010010011010111111010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868053; }

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

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

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

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

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

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

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

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