#6B4E2F

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

Shades of Dallas #6B4E2F

Tints of Dallas #6B4E2F

Color information

#6B4E2F (or 0x6B4E2F) is unknown color: approx Dallas. HEX triplet: 6B, 4E and 2F. RGB value is (107,78,47). Sum of RGB (Red+Green+Blue) = 107+78+47=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B4E2F is #94B1D0. Grayscale: #535353. Windows color (decimal): -9744849 or 3100267. OLE color: 3100267.

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

Color convert

RGB1077847-
CMYK00.270.560.58
HSL31º38.96%30.2%-
HSV(B)31º56.07%41.96%-
XYZ9.38.783.89-
YUV83.14107.61145.02-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 46.12%
GREEN value IS 78 (30.86% from 255) = 33.62%
BLUE value IS 47 (18.75% from 255) = 20.26%
R=46.12%
G=33.62%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107784700.270.560.583138.9630.2
Hex6B4E2F01B383A1f271e
Octal153116570337072374736
Binary110101110011101011110110111110001110101111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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