#868254

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

Shades of Clay Creek #868254

Tints of Clay Creek #868254

Color information

#868254 (or 0x868254) is unknown color: approx Clay Creek. HEX triplet: 86, 82 and 54. RGB value is (134,130,84). Sum of RGB (Red+Green+Blue) = 134+130+84=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 134 - color contains mainly: red. Hex color #868254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868254 is #797DAB. Grayscale: #7E7E7E. Windows color (decimal): -7962028 or 5538438. OLE color: 5538438.

HSL color Cylindrical-coordinate representation of color #868254: hue angle of 55.2º degrees, saturation: 0.23, 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 #868254 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB13413084-
CMYK00.030.370.47
HSL55.2º22.94%42.75%-
HSV(B)55.2º37.31%52.55%-
XYZ19.4121.6711.55-
YUV125.95104.33133.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.51%
GREEN value IS 130 (51.17% from 255) = 37.36%
BLUE value IS 84 (33.20% from 255) = 24.14%
R=38.51%
G=37.36%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341308400.030.370.4755.222.9442.75
Hex86825403252F37172b
Octal206202124034557672753
Binary1000011010000010101010001110010110111111011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868254; }

 p { color: rgb(134,130,84); }

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

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

 a { background-color: rgb(134,130,84); }

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

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

 span { border-color: rgb(134,130,84); }

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