Html Css Color HEX #806D57 Cement

📋 copy color: '#806D57'

red 128 ◦ green 109 ◦ blue 87

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

Shades of Cement #806D57

Tints of Cement #806D57

RGB

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

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

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

R = 39.51%
G = 33.64%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.32

 K value IS 0.50

RGB Variations

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

Color information

#806D57 (or 0x806D57) is known color: Cement. HEX triplet: 80, 6D and 57. RGB value is (128,109,87). Sum of RGB (Red+Green+Blue) = 128+109+87=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 128 - color contains mainly: red. Hex color #806D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806D57 is #7F92A8. Grayscale: #707070. Windows color (decimal): -8360617 or 5729664. OLE color: 5729664.

HSL color Cylindrical-coordinate representation of color #806D57: hue angle of 32.2º 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 #806D57 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 109 87 -
CMYK 0 0.15 0.32 0.50
HSL 32.2º 0.19% 0.42% -
HSV(B) 32.2º 0.32% 0.5% -
XYZ 16.09 16.21 11.3 -
YUV 112.17 113.79 139.29 -
System Red Green Blue C M Y K H S L
Decimal 128 109 87 0 0.15 0.32 0.50 32.2 0.19 0.42
Hex 80 6D 57 0 F 20 32 20 13 2A
Octal 200 155 127 0 17 40 62 40 23 52
Binary 10000000 1101101 1010111 0 1111 100000 110010 100000 10011 101010

Color Harmonies of #806D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806D57

Black with #806D57

Text Example


Text Example

White with #806D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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