Html Css Color HEX #806C55 Cement

📋 copy color: '#806C55'

red 128 ◦ green 108 ◦ blue 85

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

Shades of Cement #806C55

Tints of Cement #806C55

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.64%

 BLUE value IS 85 (33.59% from 255) = 26.48%

R = 39.88%
G = 33.64%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.50

RGB Variations

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

Color information

#806C55 (or 0x806C55) is known color: Cement. HEX triplet: 80, 6C and 55. RGB value is (128,108,85). Sum of RGB (Red+Green+Blue) = 128+108+85=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 128 - color contains mainly: red. Hex color #806C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806C55 is #7F93AA. Grayscale: #6F6F6F. Windows color (decimal): -8360875 or 5598336. OLE color: 5598336.

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

Color convert

RGB 128 108 85 -
CMYK 0 0.16 0.34 0.50
HSL 32.09º 0.2% 0.42% -
HSV(B) 32.09º 0.34% 0.5% -
XYZ 15.9 15.97 10.84 -
YUV 111.36 113.13 139.87 -
System Red Green Blue C M Y K H S L
Decimal 128 108 85 0 0.16 0.34 0.50 32.09 0.2 0.42
Hex 80 6C 55 0 10 22 32 20 14 2A
Octal 200 154 125 0 20 42 62 40 24 52
Binary 10000000 1101100 1010101 0 10000 100010 110010 100000 10100 101010

Color Harmonies of #806C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806C55

Black with #806C55

Text Example


Text Example

White with #806C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,108,85); }

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

background-color css

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

 a { background-color: rgb(128,108,85); }

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

border-color css

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

 span { border-color: rgb(128,108,85); }

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