Html Css Color HEX #866F56 Cement

📋 copy color: '#866F56'

red 134 ◦ green 111 ◦ blue 86

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

Shades of Cement #866F56

Tints of Cement #866F56

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.53%

 BLUE value IS 86 (33.98% from 255) = 25.98%

R = 40.48%
G = 33.53%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#866F56 (or 0x866F56) is known color: Cement. HEX triplet: 86, 6F and 56. RGB value is (134,111,86). Sum of RGB (Red+Green+Blue) = 134+111+86=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 134 - color contains mainly: red. Hex color #866F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866F56 is #7990A9. Grayscale: #737373. Windows color (decimal): -7966890 or 5664646. OLE color: 5664646.

HSL color Cylindrical-coordinate representation of color #866F56: hue angle of 31.25º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #866F56 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 111 86 -
CMYK 0 0.17 0.36 0.47
HSL 31.25º 0.22% 0.43% -
HSV(B) 31.25º 0.36% 0.53% -
XYZ 17.2 17.11 11.2 -
YUV 115.03 111.62 141.53 -
System Red Green Blue C M Y K H S L
Decimal 134 111 86 0 0.17 0.36 0.47 31.25 0.22 0.43
Hex 86 6F 56 0 11 24 2F 1F 16 2B
Octal 206 157 126 0 21 44 57 37 26 53
Binary 10000110 1101111 1010110 0 10001 100100 101111 11111 10110 101011

Color Harmonies of #866F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866F56

Black with #866F56

Text Example


Text Example

White with #866F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,111,86); }

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

background-color css

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

 a { background-color: rgb(134,111,86); }

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

border-color css

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

 span { border-color: rgb(134,111,86); }

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