Html Css Color HEX #6D5E4D Domino

📋 copy color: '#6D5E4D'

red 109 ◦ green 94 ◦ blue 77

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

Shades of Domino #6D5E4D

Tints of Domino #6D5E4D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.57%

 BLUE value IS 77 (30.47% from 255) = 27.5%

R = 38.93%
G = 33.57%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.57

RGB Variations

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

Color information

#6D5E4D (or 0x6D5E4D) is known color: Domino. HEX triplet: 6D, 5E and 4D. RGB value is (109,94,77). Sum of RGB (Red+Green+Blue) = 109+94+77=280 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.93% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5E4D is #92A1B2. Grayscale: #606060. Windows color (decimal): -9609651 or 5070445. OLE color: 5070445.

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

Color convert

RGB 109 94 77 -
CMYK 0 0.14 0.29 0.57
HSL 31.88º 0.17% 0.36% -
HSV(B) 31.88º 0.29% 0.43% -
XYZ 11.65 11.79 8.68 -
YUV 96.55 116.97 136.88 -
System Red Green Blue C M Y K H S L
Decimal 109 94 77 0 0.14 0.29 0.57 31.88 0.17 0.36
Hex 6D 5E 4D 0 E 1D 39 20 11 24
Octal 155 136 115 0 16 35 71 40 21 44
Binary 1101101 1011110 1001101 0 1110 11101 111001 100000 10001 100100

Color Harmonies of #6D5E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5E4D

Black with #6D5E4D

Text Example


Text Example

White with #6D5E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,94,77); }

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

background-color css

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

 a { background-color: rgb(109,94,77); }

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

border-color css

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

 span { border-color: rgb(109,94,77); }

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