Html Css Color HEX #6D5F50 Domino

📋 copy color: '#6D5F50'

red 109 ◦ green 95 ◦ blue 80

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

Shades of Domino #6D5F50

Tints of Domino #6D5F50

RGB

 RED value IS 109 (42.97% from 255) = 38.38%

 GREEN value IS 95 (37.5% from 255) = 33.45%

 BLUE value IS 80 (31.64% from 255) = 28.17%

R = 38.38%
G = 33.45%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.57

RGB Variations

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

Color information

#6D5F50 (or 0x6D5F50) is known color: Domino. HEX triplet: 6D, 5F and 50. RGB value is (109,95,80). Sum of RGB (Red+Green+Blue) = 109+95+80=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5F50 is #92A0AF. Grayscale: #616161. Windows color (decimal): -9609392 or 5267309. OLE color: 5267309.

HSL color Cylindrical-coordinate representation of color #6D5F50: hue angle of 31.03º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D5F50 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 95 80 -
CMYK 0 0.13 0.27 0.57
HSL 31.03º 0.15% 0.37% -
HSV(B) 31.03º 0.27% 0.43% -
XYZ 11.85 12.01 9.28 -
YUV 97.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 109 95 80 0 0.13 0.27 0.57 31.03 0.15 0.37
Hex 6D 5F 50 0 D 1B 39 1F F 25
Octal 155 137 120 0 15 33 71 37 17 45
Binary 1101101 1011111 1010000 0 1101 11011 111001 11111 1111 100101

Color Harmonies of #6D5F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5F50

Black with #6D5F50

Text Example


Text Example

White with #6D5F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D5F50; }

 p { color: rgb(109,95,80); }

 H1.HeaderClassName
 {
   color: #6D5F50;
 }
 .AnyTagClassName
 {
   color: #6D5F50;
 }
</style>

background-color css

<style>
 a { background-color: #6D5F50; }

 a { background-color: rgb(109,95,80); }

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

border-color css

<style>
 span { border-color: #6D5F50; }

 span { border-color: rgb(109,95,80); }

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