#684B32

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

Shades of Dallas #684B32

Tints of Dallas #684B32

Color information

#684B32 (or 0x684B32) is unknown color: approx Dallas. HEX triplet: 68, 4B and 32. RGB value is (104,75,50). Sum of RGB (Red+Green+Blue) = 104+75+50=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #684B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684B32 is #97B4CD. Grayscale: #505050. Windows color (decimal): -9942222 or 3296104. OLE color: 3296104.

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

Color convert

RGB1047550-
CMYK00.280.520.59
HSL27.78º35.06%30.2%-
HSV(B)27.78º51.92%40.78%-
XYZ8.88.214.14-
YUV80.82110.61144.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.41%
GREEN value IS 75 (29.69% from 255) = 32.75%
BLUE value IS 50 (19.92% from 255) = 21.83%
R=45.41%
G=32.75%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104755000.280.520.5927.7835.0630.2
Hex684B3201C343B1c231e
Octal150113620346473344336
Binary110100010010111100100111001101001110111110010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,75,50); }

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

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

 a { background-color: rgb(104,75,50); }

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

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

 span { border-color: rgb(104,75,50); }

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