#694E33

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

Shades of Dallas #694E33

Tints of Dallas #694E33

Color information

#694E33 (or 0x694E33) is unknown color: approx Dallas. HEX triplet: 69, 4E and 33. RGB value is (105,78,51). Sum of RGB (Red+Green+Blue) = 105+78+51=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 105 - color contains mainly: red. Hex color #694E33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694E33 is #96B1CC. Grayscale: #535353. Windows color (decimal): -9875917 or 3362409. OLE color: 3362409.

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

Color convert

RGB1057851-
CMYK00.260.510.59
HSL30º34.62%30.59%-
HSV(B)30º51.43%41.18%-
XYZ9.158.694.33-
YUV83109.95143.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.87%
GREEN value IS 78 (30.86% from 255) = 33.33%
BLUE value IS 51 (20.31% from 255) = 21.79%
R=44.87%
G=33.33%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105785100.260.510.593034.6230.59
Hex694E3301A333B1e231f
Octal151116630326373364337
Binary110100110011101100110110101100111110111111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694E33; }

 p { color: rgb(105,78,51); }

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

<style>
 a { background-color: #694E33; }

 a { background-color: rgb(105,78,51); }

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

<style>
 span { border-color: #694E33; }

 span { border-color: rgb(105,78,51); }

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