Html Css Color HEX #856D56 Cement

📋 copy color: '#856D56'

red 133 ◦ green 109 ◦ blue 86

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

Shades of Cement #856D56

Tints of Cement #856D56

RGB

 RED value IS 133 (52.34% from 255) = 40.55%

 GREEN value IS 109 (42.97% from 255) = 33.23%

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

R = 40.55%
G = 33.23%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#856D56 (or 0x856D56) is known color: Cement. HEX triplet: 85, 6D and 56. RGB value is (133,109,86). Sum of RGB (Red+Green+Blue) = 133+109+86=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #856D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856D56 is #7A92A9. Grayscale: #717171. Windows color (decimal): -8032938 or 5664133. OLE color: 5664133.

HSL color Cylindrical-coordinate representation of color #856D56: hue angle of 29.36º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #856D56 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 109 86 -
CMYK 0 0.18 0.35 0.48
HSL 29.36º 0.21% 0.43% -
HSV(B) 29.36º 0.35% 0.52% -
XYZ 16.82 16.6 11.12 -
YUV 113.55 112.45 141.87 -
System Red Green Blue C M Y K H S L
Decimal 133 109 86 0 0.18 0.35 0.48 29.36 0.21 0.43
Hex 85 6D 56 0 12 23 30 1D 15 2B
Octal 205 155 126 0 22 43 60 35 25 53
Binary 10000101 1101101 1010110 0 10010 100011 110000 11101 10101 101011

Color Harmonies of #856D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856D56

Black with #856D56

Text Example


Text Example

White with #856D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856D56; }

 p { color: rgb(133,109,86); }

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

background-color css

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

 a { background-color: rgb(133,109,86); }

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

border-color css

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

 span { border-color: rgb(133,109,86); }

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