Html Css Color HEX #6E4D2F Dallas

📋 copy color: '#6E4D2F'

red 110 ◦ green 77 ◦ blue 47

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

Shades of Dallas #6E4D2F

Tints of Dallas #6E4D2F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.91%

 BLUE value IS 47 (18.75% from 255) = 20.09%

R = 47.01%
G = 32.91%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.57

 K value IS 0.57

RGB Variations

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

Color information

#6E4D2F (or 0x6E4D2F) is known color: Dallas. HEX triplet: 6E, 4D and 2F. RGB value is (110,77,47). Sum of RGB (Red+Green+Blue) = 110+77+47=234 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.01% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E4D2F is #91B2D0. Grayscale: #535353. Windows color (decimal): -9548497 or 3100014. OLE color: 3100014.

HSL color Cylindrical-coordinate representation of color #6E4D2F: hue angle of 28.57º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E4D2F is Cyan = 0, Magento = 0.3, Yellow = 0.57 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 77 47 -
CMYK 0 0.3 0.57 0.57
HSL 28.57º 0.4% 0.31% -
HSV(B) 28.57º 0.57% 0.43% -
XYZ 9.6 8.83 3.89 -
YUV 83.45 107.43 146.94 -
System Red Green Blue C M Y K H S L
Decimal 110 77 47 0 0.3 0.57 0.57 28.57 0.4 0.31
Hex 6E 4D 2F 0 1E 39 39 1D 28 1F
Octal 156 115 57 0 36 71 71 35 50 37
Binary 1101110 1001101 101111 0 11110 111001 111001 11101 101000 11111

Color Harmonies of #6E4D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4D2F

Black with #6E4D2F

Text Example


Text Example

White with #6E4D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,77,47); }

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

background-color css

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

 a { background-color: rgb(110,77,47); }

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

border-color css

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

 span { border-color: rgb(110,77,47); }

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