Html Css Color HEX #6B4D2C Dallas

📋 copy color: '#6B4D2C'

red 107 ◦ green 77 ◦ blue 44

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

Shades of Dallas #6B4D2C

Tints of Dallas #6B4D2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.3%

R = 46.93%
G = 33.77%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.58

RGB Variations

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

Color information

#6B4D2C (or 0x6B4D2C) is known color: Dallas. HEX triplet: 6B, 4D and 2C. RGB value is (107,77,44). Sum of RGB (Red+Green+Blue) = 107+77+44=228 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.93% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B4D2C is #94B2D3. Grayscale: #525252. Windows color (decimal): -9745108 or 2903403. OLE color: 2903403.

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

Color convert

RGB 107 77 44 -
CMYK 0 0.28 0.59 0.58
HSL 31.43º 0.42% 0.3% -
HSV(B) 31.43º 0.59% 0.42% -
XYZ 9.17 8.62 3.56 -
YUV 82.21 106.44 145.68 -
System Red Green Blue C M Y K H S L
Decimal 107 77 44 0 0.28 0.59 0.58 31.43 0.42 0.3
Hex 6B 4D 2C 0 1C 3B 3A 1F 2A 1E
Octal 153 115 54 0 34 73 72 37 52 36
Binary 1101011 1001101 101100 0 11100 111011 111010 11111 101010 11110

Color Harmonies of #6B4D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4D2C

Black with #6B4D2C

Text Example


Text Example

White with #6B4D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,77,44); }

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

background-color css

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

 a { background-color: rgb(107,77,44); }

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

border-color css

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

 span { border-color: rgb(107,77,44); }

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