#6B4E33

Color #6B4E33 Dallas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dallas #6B4E33

Tints of Dallas #6B4E33

Color information

#6B4E33 (or 0x6B4E33) is unknown color: approx Dallas. HEX triplet: 6B, 4E and 33. RGB value is (107,78,51). Sum of RGB (Red+Green+Blue) = 107+78+51=236 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.34% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4E33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B4E33 is #94B1CC. Grayscale: #535353. Windows color (decimal): -9744845 or 3362411. OLE color: 3362411.

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

Color convert

RGB1077851-
CMYK00.270.520.58
HSL28.93º35.44%30.98%-
HSV(B)28.93º52.34%41.96%-
XYZ9.398.814.34-
YUV83.59109.61144.7-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.34%
GREEN value IS 78 (30.86% from 255) = 33.05%
BLUE value IS 51 (20.31% from 255) = 21.61%
R=45.34%
G=33.05%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107785100.270.520.5828.9335.4430.98
Hex6B4E3301B343A1d231f
Octal153116630336472354337
Binary110101110011101100110110111101001110101110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,78,51); }

 H1.HeaderClassName
 {
   color: #6B4E33;
 }
 .AnyTagClassName
 {
   color: #6B4E33;
 }
</style>
background-color css

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

 a { background-color: rgb(107,78,51); }

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

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

 span { border-color: rgb(107,78,51); }

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