#6B5136

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

Shades of Dallas #6B5136

Tints of Dallas #6B5136

Color information

#6B5136 (or 0x6B5136) is unknown color: approx Dallas. HEX triplet: 6B, 51 and 36. RGB value is (107,81,54). Sum of RGB (Red+Green+Blue) = 107+81+54=242 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.21% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5136 is #94AEC9. Grayscale: #555555. Windows color (decimal): -9744074 or 3559787. OLE color: 3559787.

HSL color Cylindrical-coordinate representation of color #6B5136: hue angle of 30.57º 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 #6B5136 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB1078154-
CMYK00.240.500.58
HSL30.57º32.92%31.57%-
HSV(B)30.57º49.53%41.96%-
XYZ9.679.284.77-
YUV85.7110.11143.2-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.21%
GREEN value IS 81 (32.03% from 255) = 33.47%
BLUE value IS 54 (21.48% from 255) = 22.31%
R=44.21%
G=33.47%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107815400.240.500.5830.5732.9231.57
Hex6B5136018323A1f2120
Octal153121660306272374140
Binary1101011101000111011001100011001011101011111100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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