#694F35

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

Shades of Dallas #694F35

Tints of Dallas #694F35

Color information

#694F35 (or 0x694F35) is unknown color: approx Dallas. HEX triplet: 69, 4F and 35. RGB value is (105,79,53). Sum of RGB (Red+Green+Blue) = 105+79+53=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 105 - color contains mainly: red. Hex color #694F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694F35 is #96B0CA. Grayscale: #535353. Windows color (decimal): -9875659 or 3493737. OLE color: 3493737.

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

Color convert

RGB1057953-
CMYK00.250.500.59
HSL30º32.91%30.98%-
HSV(B)30º49.52%41.18%-
XYZ9.268.854.59-
YUV83.81110.61143.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.30%
GREEN value IS 79 (31.25% from 255) = 33.33%
BLUE value IS 53 (21.09% from 255) = 22.36%
R=44.30%
G=33.33%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105795300.250.500.593032.9130.98
Hex694F35019323B1e211f
Octal151117650316273364137
Binary110100110011111101010110011100101110111111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,79,53); }

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

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

 a { background-color: rgb(105,79,53); }

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

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

 span { border-color: rgb(105,79,53); }

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