#694E35

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

Shades of Dallas #694E35

Tints of Dallas #694E35

Color information

#694E35 (or 0x694E35) is unknown color: approx Dallas. HEX triplet: 69, 4E and 35. RGB value is (105,78,53). Sum of RGB (Red+Green+Blue) = 105+78+53=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 105 - color contains mainly: red. Hex color #694E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694E35 is #96B1CA. Grayscale: #535353. Windows color (decimal): -9875915 or 3493481. OLE color: 3493481.

HSL color Cylindrical-coordinate representation of color #694E35: hue angle of 28.85º 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 #694E35 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB1057853-
CMYK00.260.500.59
HSL28.85º32.91%30.98%-
HSV(B)28.85º49.52%41.18%-
XYZ9.198.714.56-
YUV83.22110.95143.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.49%
GREEN value IS 78 (30.86% from 255) = 33.05%
BLUE value IS 53 (21.09% from 255) = 22.46%
R=44.49%
G=33.05%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105785300.260.500.5928.8532.9130.98
Hex694E3501A323B1d211f
Octal151116650326273354137
Binary110100110011101101010110101100101110111110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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