Html Css Color HEX #6D5E4E Domino

📋 copy color: '#6D5E4E'

red 109 ◦ green 94 ◦ blue 78

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

Shades of Domino #6D5E4E

Tints of Domino #6D5E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 27.76%

R = 38.79%
G = 33.45%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6D5E4E (or 0x6D5E4E) is known color: Domino. HEX triplet: 6D, 5E and 4E. RGB value is (109,94,78). Sum of RGB (Red+Green+Blue) = 109+94+78=281 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.79% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5E4E is #92A1B1. Grayscale: #606060. Windows color (decimal): -9609650 or 5135981. OLE color: 5135981.

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

Color convert

RGB 109 94 78 -
CMYK 0 0.14 0.28 0.57
HSL 30.97º 0.17% 0.37% -
HSV(B) 30.97º 0.28% 0.43% -
XYZ 11.68 11.81 8.87 -
YUV 96.66 117.47 136.8 -
System Red Green Blue C M Y K H S L
Decimal 109 94 78 0 0.14 0.28 0.57 30.97 0.17 0.37
Hex 6D 5E 4E 0 E 1C 39 1F 11 25
Octal 155 136 116 0 16 34 71 37 21 45
Binary 1101101 1011110 1001110 0 1110 11100 111001 11111 10001 100101

Color Harmonies of #6D5E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5E4E

Black with #6D5E4E

Text Example


Text Example

White with #6D5E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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