#6B5036

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

Shades of Dallas #6B5036

Tints of Dallas #6B5036

Color information

#6B5036 (or 0x6B5036) is unknown color: approx Dallas. HEX triplet: 6B, 50 and 36. RGB value is (107,80,54). Sum of RGB (Red+Green+Blue) = 107+80+54=241 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.40% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 54 (21.48% from 255 or 22.41% from 241); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5036 is #94AFC9. Grayscale: #555555. Windows color (decimal): -9744330 or 3559531. OLE color: 3559531.

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

Color convert

RGB1078054-
CMYK00.250.500.58
HSL29.43º32.92%31.57%-
HSV(B)29.43º49.53%41.96%-
XYZ9.69.134.75-
YUV85.11110.45143.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.40%
GREEN value IS 80 (31.64% from 255) = 33.20%
BLUE value IS 54 (21.48% from 255) = 22.41%
R=44.40%
G=33.20%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107805400.250.500.5829.4332.9231.57
Hex6B5036019323A1d2120
Octal153120660316272354140
Binary1101011101000011011001100111001011101011101100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,80,54); }

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

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

 a { background-color: rgb(107,80,54); }

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

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

 span { border-color: rgb(107,80,54); }

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