#6B4F35

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

Shades of Dallas #6B4F35

Tints of Dallas #6B4F35

Color information

#6B4F35 (or 0x6B4F35) is unknown color: approx Dallas. HEX triplet: 6B, 4F and 35. RGB value is (107,79,53). Sum of RGB (Red+Green+Blue) = 107+79+53=239 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.77% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B4F35 is #94B0CA. Grayscale: #545454. Windows color (decimal): -9744587 or 3493739. OLE color: 3493739.

HSL color Cylindrical-coordinate representation of color #6B4F35: hue angle of 28.89º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B4F35 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB1077953-
CMYK00.260.500.58
HSL28.89º33.75%31.37%-
HSV(B)28.89º50.47%41.96%-
XYZ9.58.974.6-
YUV84.41110.28144.11-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.77%
GREEN value IS 79 (31.25% from 255) = 33.05%
BLUE value IS 53 (21.09% from 255) = 22.18%
R=44.77%
G=33.05%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107795300.260.500.5828.8933.7531.37
Hex6B4F3501A323A1d221f
Octal153117650326272354237
Binary110101110011111101010110101100101110101110110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,79,53); }

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

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

 a { background-color: rgb(107,79,53); }

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

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

 span { border-color: rgb(107,79,53); }

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