Html Css Color HEX #6E594A Domino

📋 copy color: '#6E594A'

red 110 ◦ green 89 ◦ blue 74

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

Shades of Domino #6E594A

Tints of Domino #6E594A

RGB

 RED value IS 110 (43.36% from 255) = 40.29%

 GREEN value IS 89 (35.16% from 255) = 32.6%

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

R = 40.29%
G = 32.6%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.57

RGB Variations

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

Color information

#6E594A (or 0x6E594A) is known color: Domino. HEX triplet: 6E, 59 and 4A. RGB value is (110,89,74). Sum of RGB (Red+Green+Blue) = 110+89+74=273 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.29% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 110 - color contains mainly: red. Hex color #6E594A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E594A is #91A6B5. Grayscale: #5D5D5D. Windows color (decimal): -9545398 or 4872558. OLE color: 4872558.

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

Color convert

RGB 110 89 74 -
CMYK 0 0.19 0.33 0.57
HSL 25º 0.2% 0.36% -
HSV(B) 25º 0.33% 0.43% -
XYZ 11.24 10.95 8 -
YUV 93.57 116.96 139.72 -
System Red Green Blue C M Y K H S L
Decimal 110 89 74 0 0.19 0.33 0.57 25 0.2 0.36
Hex 6E 59 4A 0 13 21 39 19 14 24
Octal 156 131 112 0 23 41 71 31 24 44
Binary 1101110 1011001 1001010 0 10011 100001 111001 11001 10100 100100

Color Harmonies of #6E594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E594A

Black with #6E594A

Text Example


Text Example

White with #6E594A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,89,74); }

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

background-color css

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

 a { background-color: rgb(110,89,74); }

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

border-color css

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

 span { border-color: rgb(110,89,74); }

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