#868353

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

Shades of Clay Creek #868353

Tints of Clay Creek #868353

Color information

#868353 (or 0x868353) is unknown color: approx Clay Creek. HEX triplet: 86, 83 and 53. RGB value is (134,131,83). Sum of RGB (Red+Green+Blue) = 134+131+83=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 134 - color contains mainly: red. Hex color #868353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868353 is #797CAC. Grayscale: #7E7E7E. Windows color (decimal): -7961773 or 5473158. OLE color: 5473158.

HSL color Cylindrical-coordinate representation of color #868353: hue angle of 56.47º 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 #868353 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB13413183-
CMYK00.020.380.47
HSL56.47º23.5%42.55%-
HSV(B)56.47º38.06%52.55%-
XYZ19.5121.9311.39-
YUV126.42103.49133.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.51%
GREEN value IS 131 (51.56% from 255) = 37.64%
BLUE value IS 83 (32.81% from 255) = 23.85%
R=38.51%
G=37.64%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341318300.020.380.4756.4723.542.55
Hex86835302262F38182b
Octal206203123024657703053
Binary1000011010000011101001101010011010111111100011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868353; }

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

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

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

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

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

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

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

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