#684C33

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

Shades of Dallas #684C33

Tints of Dallas #684C33

Color information

#684C33 (or 0x684C33) is unknown color: approx Dallas. HEX triplet: 68, 4C and 33. RGB value is (104,76,51). Sum of RGB (Red+Green+Blue) = 104+76+51=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #684C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684C33 is #97B3CC. Grayscale: #515151. Windows color (decimal): -9941965 or 3361896. OLE color: 3361896.

HSL color Cylindrical-coordinate representation of color #684C33: hue angle of 28.3º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #684C33 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB1047651-
CMYK00.270.510.59
HSL28.3º34.19%30.39%-
HSV(B)28.3º50.96%40.78%-
XYZ8.898.354.28-
YUV81.52110.78144.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.02%
GREEN value IS 76 (30.08% from 255) = 32.90%
BLUE value IS 51 (20.31% from 255) = 22.08%
R=45.02%
G=32.90%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104765100.270.510.5928.334.1930.39
Hex684C3301B333B1c221e
Octal150114630336373344236
Binary110100010011001100110110111100111110111110010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684C33; }

 p { color: rgb(104,76,51); }

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

<style>
 a { background-color: #684C33; }

 a { background-color: rgb(104,76,51); }

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

<style>
 span { border-color: #684C33; }

 span { border-color: rgb(104,76,51); }

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