#684D29

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

Shades of Dallas #684D29

Tints of Dallas #684D29

Color information

#684D29 (or 0x684D29) is unknown color: approx Dallas. HEX triplet: 68, 4D and 29. RGB value is (104,77,41). Sum of RGB (Red+Green+Blue) = 104+77+41=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #684D29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684D29 is #97B2D6. Grayscale: #515151. Windows color (decimal): -9941719 or 2706792. OLE color: 2706792.

HSL color Cylindrical-coordinate representation of color #684D29: hue angle of 34.29º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #684D29 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB1047741-
CMYK00.260.610.59
HSL34.29º43.45%28.43%-
HSV(B)34.29º60.58%40.78%-
XYZ8.768.413.26-
YUV80.97105.45144.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.85%
GREEN value IS 77 (30.47% from 255) = 34.68%
BLUE value IS 41 (16.41% from 255) = 18.47%
R=46.85%
G=34.68%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104774100.260.610.5934.2943.4528.43
Hex684D2901A3D3B222b1c
Octal150115510327573425334
Binary1101000100110110100101101011110111101110001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,77,41); }

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

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

 a { background-color: rgb(104,77,41); }

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

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

 span { border-color: rgb(104,77,41); }

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