#6C5033

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

Shades of Dallas #6C5033

Tints of Dallas #6C5033

Color information

#6C5033 (or 0x6C5033) is unknown color: approx Dallas. HEX triplet: 6C, 50 and 33. RGB value is (108,80,51). Sum of RGB (Red+Green+Blue) = 108+80+51=239 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.19% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 51 (20.31% from 255 or 21.34% from 239); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5033 is #93AFCC. Grayscale: #555555. Windows color (decimal): -9678797 or 3362924. OLE color: 3362924.

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

Color convert

RGB1088051-
CMYK00.260.530.58
HSL30.53º35.85%31.18%-
HSV(B)30.53º52.78%42.35%-
XYZ9.659.164.39-
YUV85.07108.78144.36-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45.19%
GREEN value IS 80 (31.64% from 255) = 33.47%
BLUE value IS 51 (20.31% from 255) = 21.34%
R=45.19%
G=33.47%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108805100.260.530.5830.5335.8531.18
Hex6C503301A353A1f241f
Octal154120630326572374437
Binary110110010100001100110110101101011110101111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,80,51); }

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

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

 a { background-color: rgb(108,80,51); }

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

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

 span { border-color: rgb(108,80,51); }

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