Html Css Color HEX #6A5031 Dallas

📋 copy color: '#6A5031'

red 106 ◦ green 80 ◦ blue 49

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

Shades of Dallas #6A5031

Tints of Dallas #6A5031

RGB

 RED value IS 106 (41.8% from 255) = 45.11%

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

 BLUE value IS 49 (19.53% from 255) = 20.85%

R = 45.11%
G = 34.04%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.58

RGB Variations

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

Color information

#6A5031 (or 0x6A5031) is known color: Dallas. HEX triplet: 6A, 50 and 31. RGB value is (106,80,49). Sum of RGB (Red+Green+Blue) = 106+80+49=235 (31% of max value = 765). Red value is 106 (41.80% from 255 or 45.11% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5031 is #95AFCE. Grayscale: #545454. Windows color (decimal): -9809871 or 3231850. OLE color: 3231850.

HSL color Cylindrical-coordinate representation of color #6A5031: hue angle of 32.63º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A5031 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 80 49 -
CMYK 0 0.25 0.54 0.58
HSL 32.63º 0.37% 0.3% -
HSV(B) 32.63º 0.54% 0.42% -
XYZ 9.37 9.02 4.15 -
YUV 84.24 108.11 143.52 -
System Red Green Blue C M Y K H S L
Decimal 106 80 49 0 0.25 0.54 0.58 32.63 0.37 0.3
Hex 6A 50 31 0 19 36 3A 21 25 1E
Octal 152 120 61 0 31 66 72 41 45 36
Binary 1101010 1010000 110001 0 11001 110110 111010 100001 100101 11110

Color Harmonies of #6A5031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5031

Black with #6A5031

Text Example


Text Example

White with #6A5031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,80,49); }

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

background-color css

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

 a { background-color: rgb(106,80,49); }

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

border-color css

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

 span { border-color: rgb(106,80,49); }

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