Html Css Color HEX #6D5035 Dallas

📋 copy color: '#6D5035'

red 109 ◦ green 80 ◦ blue 53

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

Shades of Dallas #6D5035

Tints of Dallas #6D5035

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.06%

 BLUE value IS 53 (21.09% from 255) = 21.9%

R = 45.04%
G = 33.06%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.57

RGB Variations

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

Color information

#6D5035 (or 0x6D5035) is known color: Dallas. HEX triplet: 6D, 50 and 35. RGB value is (109,80,53). Sum of RGB (Red+Green+Blue) = 109+80+53=242 (32% of max value = 765). Red value is 109 (42.97% from 255 or 45.04% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5035 is #92AFCA. Grayscale: #555555. Windows color (decimal): -9613259 or 3493997. OLE color: 3493997.

HSL color Cylindrical-coordinate representation of color #6D5035: hue angle of 28.93º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D5035 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 80 53 -
CMYK 0 0.27 0.51 0.57
HSL 28.93º 0.35% 0.32% -
HSV(B) 28.93º 0.51% 0.43% -
XYZ 9.82 9.25 4.64 -
YUV 85.59 109.61 144.7 -
System Red Green Blue C M Y K H S L
Decimal 109 80 53 0 0.27 0.51 0.57 28.93 0.35 0.32
Hex 6D 50 35 0 1B 33 39 1D 23 20
Octal 155 120 65 0 33 63 71 35 43 40
Binary 1101101 1010000 110101 0 11011 110011 111001 11101 100011 100000

Color Harmonies of #6D5035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5035

Black with #6D5035

Text Example


Text Example

White with #6D5035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,80,53); }

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

background-color css

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

 a { background-color: rgb(109,80,53); }

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

border-color css

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

 span { border-color: rgb(109,80,53); }

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