Html Css Color HEX #866E52 Cement

📋 copy color: '#866E52'

red 134 ◦ green 110 ◦ blue 82

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

Shades of Cement #866E52

Tints of Cement #866E52

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.74%

 BLUE value IS 82 (32.42% from 255) = 25.15%

R = 41.1%
G = 33.74%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#866E52 (or 0x866E52) is known color: Cement. HEX triplet: 86, 6E and 52. RGB value is (134,110,82). Sum of RGB (Red+Green+Blue) = 134+110+82=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 82 (32.42% from 255 or 25.15% from 326); Max value from RGB is 134 - color contains mainly: red. Hex color #866E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866E52 is #7991AD. Grayscale: #727272. Windows color (decimal): -7967150 or 5402246. OLE color: 5402246.

HSL color Cylindrical-coordinate representation of color #866E52: hue angle of 32.31º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #866E52 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 110 82 -
CMYK 0 0.18 0.39 0.47
HSL 32.31º 0.24% 0.42% -
HSV(B) 32.31º 0.39% 0.53% -
XYZ 16.93 16.83 10.34 -
YUV 113.98 109.95 142.28 -
System Red Green Blue C M Y K H S L
Decimal 134 110 82 0 0.18 0.39 0.47 32.31 0.24 0.42
Hex 86 6E 52 0 12 27 2F 20 18 2A
Octal 206 156 122 0 22 47 57 40 30 52
Binary 10000110 1101110 1010010 0 10010 100111 101111 100000 11000 101010

Color Harmonies of #866E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866E52

Black with #866E52

Text Example


Text Example

White with #866E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866E52; }

 p { color: rgb(134,110,82); }

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

background-color css

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

 a { background-color: rgb(134,110,82); }

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

border-color css

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

 span { border-color: rgb(134,110,82); }

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