Html Css Color HEX #6E5E4B Domino

📋 copy color: '#6E5E4B'

red 110 ◦ green 94 ◦ blue 75

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

Shades of Domino #6E5E4B

Tints of Domino #6E5E4B

RGB

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

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

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

R = 39.43%
G = 33.69%
B = 26.88%

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

#6E5E4B (or 0x6E5E4B) is known color: Domino. HEX triplet: 6E, 5E and 4B. RGB value is (110,94,75). Sum of RGB (Red+Green+Blue) = 110+94+75=279 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.43% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5E4B is #91A1B4. Grayscale: #606060. Windows color (decimal): -9544117 or 4939374. OLE color: 4939374.

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

Color convert

RGB 110 94 75 -
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.7 11.83 8.32 -
YUV 96.62 115.8 137.54 -
System Red Green Blue C M Y K H S L
Decimal 110 94 75 0 0.15 0.32 0.57 32.57 0.19 0.36
Hex 6E 5E 4B 0 F 20 39 21 13 24
Octal 156 136 113 0 17 40 71 41 23 44
Binary 1101110 1011110 1001011 0 1111 100000 111001 100001 10011 100100

Color Harmonies of #6E5E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5E4B

Black with #6E5E4B

Text Example


Text Example

White with #6E5E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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