Html Css Color HEX #6E594B Domino

📋 copy color: '#6E594B'

red 110 ◦ green 89 ◦ blue 75

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

Shades of Domino #6E594B

Tints of Domino #6E594B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.37%

R = 40.15%
G = 32.48%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#6E594B (or 0x6E594B) is known color: Domino. HEX triplet: 6E, 59 and 4B. RGB value is (110,89,75). Sum of RGB (Red+Green+Blue) = 110+89+75=274 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.15% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 110 - color contains mainly: red. Hex color #6E594B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E594B is #91A6B4. Grayscale: #5D5D5D. Windows color (decimal): -9545397 or 4938094. OLE color: 4938094.

HSL color Cylindrical-coordinate representation of color #6E594B: hue angle of 24º 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 #6E594B is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 89 75 -
CMYK 0 0.19 0.32 0.57
HSL 24º 0.19% 0.36% -
HSV(B) 24º 0.32% 0.43% -
XYZ 11.27 10.97 8.18 -
YUV 93.68 117.46 139.64 -
System Red Green Blue C M Y K H S L
Decimal 110 89 75 0 0.19 0.32 0.57 24 0.19 0.36
Hex 6E 59 4B 0 13 20 39 18 13 24
Octal 156 131 113 0 23 40 71 30 23 44
Binary 1101110 1011001 1001011 0 10011 100000 111001 11000 10011 100100

Color Harmonies of #6E594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E594B

Black with #6E594B

Text Example


Text Example

White with #6E594B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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