Html Css Color HEX #806E57 Cement

📋 copy color: '#806E57'

red 128 ◦ green 110 ◦ blue 87

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

Shades of Cement #806E57

Tints of Cement #806E57

RGB

 RED value IS 128 (50.39% from 255) = 39.38%

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

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

R = 39.38%
G = 33.85%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.32

 K value IS 0.50

RGB Variations

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

Color information

#806E57 (or 0x806E57) is known color: Cement. HEX triplet: 80, 6E and 57. RGB value is (128,110,87). Sum of RGB (Red+Green+Blue) = 128+110+87=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 128 - color contains mainly: red. Hex color #806E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806E57 is #7F91A8. Grayscale: #707070. Windows color (decimal): -8360361 or 5729920. OLE color: 5729920.

HSL color Cylindrical-coordinate representation of color #806E57: hue angle of 33.66º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #806E57 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 110 87 -
CMYK 0 0.14 0.32 0.50
HSL 33.66º 0.19% 0.42% -
HSV(B) 33.66º 0.32% 0.5% -
XYZ 16.2 16.43 11.33 -
YUV 112.76 113.46 138.87 -
System Red Green Blue C M Y K H S L
Decimal 128 110 87 0 0.14 0.32 0.50 33.66 0.19 0.42
Hex 80 6E 57 0 E 20 32 22 13 2A
Octal 200 156 127 0 16 40 62 42 23 52
Binary 10000000 1101110 1010111 0 1110 100000 110010 100010 10011 101010

Color Harmonies of #806E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806E57

Black with #806E57

Text Example


Text Example

White with #806E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806E57; }

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

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

background-color css

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

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

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

border-color css

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

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

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