Html Css Color HEX #6D5D4A Domino

📋 copy color: '#6D5D4A'

red 109 ◦ green 93 ◦ blue 74

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

Shades of Domino #6D5D4A

Tints of Domino #6D5D4A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.7%

 BLUE value IS 74 (29.3% from 255) = 26.81%

R = 39.49%
G = 33.7%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#6D5D4A (or 0x6D5D4A) is known color: Domino. HEX triplet: 6D, 5D and 4A. RGB value is (109,93,74). Sum of RGB (Red+Green+Blue) = 109+93+74=276 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.49% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5D4A is #92A2B5. Grayscale: #5F5F5F. Windows color (decimal): -9609910 or 4873581. OLE color: 4873581.

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

Color convert

RGB 109 93 74 -
CMYK 0 0.15 0.32 0.57
HSL 32.57º 0.19% 0.36% -
HSV(B) 32.57º 0.32% 0.43% -
XYZ 11.46 11.57 8.11 -
YUV 95.62 115.8 137.54 -
System Red Green Blue C M Y K H S L
Decimal 109 93 74 0 0.15 0.32 0.57 32.57 0.19 0.36
Hex 6D 5D 4A 0 F 20 39 21 13 24
Octal 155 135 112 0 17 40 71 41 23 44
Binary 1101101 1011101 1001010 0 1111 100000 111001 100001 10011 100100

Color Harmonies of #6D5D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5D4A

Black with #6D5D4A

Text Example


Text Example

White with #6D5D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,93,74); }

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

background-color css

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

 a { background-color: rgb(109,93,74); }

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

border-color css

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

 span { border-color: rgb(109,93,74); }

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