Html Css Color HEX #6B5131 Dallas

📋 copy color: '#6B5131'

red 107 ◦ green 81 ◦ blue 49

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

Shades of Dallas #6B5131

Tints of Dallas #6B5131

RGB

 RED value IS 107 (42.19% from 255) = 45.15%

 GREEN value IS 81 (32.03% from 255) = 34.18%

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

R = 45.15%
G = 34.18%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.58

RGB Variations

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

Color information

#6B5131 (or 0x6B5131) is known color: Dallas. HEX triplet: 6B, 51 and 31. RGB value is (107,81,49). Sum of RGB (Red+Green+Blue) = 107+81+49=237 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.15% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5131 is #94AECE. Grayscale: #555555. Windows color (decimal): -9744079 or 3232107. OLE color: 3232107.

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

Color convert

RGB 107 81 49 -
CMYK 0 0.24 0.54 0.58
HSL 33.1º 0.37% 0.31% -
HSV(B) 33.1º 0.54% 0.42% -
XYZ 9.56 9.23 4.18 -
YUV 85.13 107.61 143.6 -
System Red Green Blue C M Y K H S L
Decimal 107 81 49 0 0.24 0.54 0.58 33.1 0.37 0.31
Hex 6B 51 31 0 18 36 3A 21 25 1F
Octal 153 121 61 0 30 66 72 41 45 37
Binary 1101011 1010001 110001 0 11000 110110 111010 100001 100101 11111

Color Harmonies of #6B5131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5131

Black with #6B5131

Text Example


Text Example

White with #6B5131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,81,49); }

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

background-color css

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

 a { background-color: rgb(107,81,49); }

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

border-color css

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

 span { border-color: rgb(107,81,49); }

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