#694D33

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

Shades of Dallas #694D33

Tints of Dallas #694D33

Color information

#694D33 (or 0x694D33) is unknown color: approx Dallas. HEX triplet: 69, 4D and 33. RGB value is (105,77,51). Sum of RGB (Red+Green+Blue) = 105+77+51=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 51 (20.31% from 255 or 21.89% from 233); Max value from RGB is 105 - color contains mainly: red. Hex color #694D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694D33 is #96B2CC. Grayscale: #525252. Windows color (decimal): -9876173 or 3362153. OLE color: 3362153.

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

Color convert

RGB1057751-
CMYK00.270.510.59
HSL28.89º34.62%30.59%-
HSV(B)28.89º51.43%41.18%-
XYZ9.088.554.3-
YUV82.41110.28144.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.06%
GREEN value IS 77 (30.47% from 255) = 33.05%
BLUE value IS 51 (20.31% from 255) = 21.89%
R=45.06%
G=33.05%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105775100.270.510.5928.8934.6230.59
Hex694D3301B333B1d231f
Octal151115630336373354337
Binary110100110011011100110110111100111110111110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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