#684F36

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

Shades of Dallas #684F36

Tints of Dallas #684F36

Color information

#684F36 (or 0x684F36) is unknown color: approx Dallas. HEX triplet: 68, 4F and 36. RGB value is (104,79,54). Sum of RGB (Red+Green+Blue) = 104+79+54=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 54 (21.48% from 255 or 22.78% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #684F36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684F36 is #97B0C9. Grayscale: #535353. Windows color (decimal): -9941194 or 3559272. OLE color: 3559272.

HSL color Cylindrical-coordinate representation of color #684F36: hue angle of 30º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #684F36 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB1047954-
CMYK00.240.480.59
HSL30º31.65%30.98%-
HSV(B)30º48.08%40.78%-
XYZ9.178.84.71-
YUV83.62111.28142.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.88%
GREEN value IS 79 (31.25% from 255) = 33.33%
BLUE value IS 54 (21.48% from 255) = 22.78%
R=43.88%
G=33.33%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104795400.240.480.593031.6530.98
Hex684F36018303B1e201f
Octal150117660306073364037
Binary110100010011111101100110001100001110111111010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,79,54); }

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

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

 a { background-color: rgb(104,79,54); }

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

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

 span { border-color: rgb(104,79,54); }

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