Html Css Color HEX #868057 Clay Creek

📋 copy color: '#868057'

red 134 ◦ green 128 ◦ blue 87

#868057
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Clay Creek #868057

Tints of Clay Creek #868057

RGB

 RED value IS 134 (52.73% from 255) = 38.4%

 GREEN value IS 128 (50.39% from 255) = 36.68%

 BLUE value IS 87 (34.38% from 255) = 24.93%

R = 38.4%
G = 36.68%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#868057 (or 0x868057) is known color: Clay Creek. HEX triplet: 86, 80 and 57. RGB value is (134,128,87). Sum of RGB (Red+Green+Blue) = 134+128+87=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 87 (34.38% from 255 or 24.93% from 349); Max value from RGB is 134 - color contains mainly: red. Hex color #868057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868057 is #797FA8. Grayscale: #7D7D7D. Windows color (decimal): -7962537 or 5734534. OLE color: 5734534.

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

Color convert

RGB 134 128 87 -
CMYK 0 0.04 0.35 0.47
HSL 52.34º 0.21% 0.43% -
HSV(B) 52.34º 0.35% 0.53% -
XYZ 19.27 21.19 12.09 -
YUV 125.12 106.49 134.33 -
System Red Green Blue C M Y K H S L
Decimal 134 128 87 0 0.04 0.35 0.47 52.34 0.21 0.43
Hex 86 80 57 0 4 23 2F 34 15 2B
Octal 206 200 127 0 4 43 57 64 25 53
Binary 10000110 10000000 1010111 0 100 100011 101111 110100 10101 101011

Color Harmonies of #868057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868057

Black with #868057

Text Example


Text Example

White with #868057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868057; }

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

 H1.HeaderClassName
 {
   color: #868057;
 }
 .AnyTagClassName
 {
   color: #868057;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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