#694D32

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

Shades of Dallas #694D32

Tints of Dallas #694D32

Color information

#694D32 (or 0x694D32) is unknown color: approx Dallas. HEX triplet: 69, 4D and 32. RGB value is (105,77,50). Sum of RGB (Red+Green+Blue) = 105+77+50=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 105 - color contains mainly: red. Hex color #694D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694D32 is #96B2CD. Grayscale: #525252. Windows color (decimal): -9876174 or 3296617. OLE color: 3296617.

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

Color convert

RGB1057750-
CMYK00.270.520.59
HSL29.45º35.48%30.39%-
HSV(B)29.45º52.38%41.18%-
XYZ9.068.544.19-
YUV82.29109.78144.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.26%
GREEN value IS 77 (30.47% from 255) = 33.19%
BLUE value IS 50 (19.92% from 255) = 21.55%
R=45.26%
G=33.19%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105775000.270.520.5929.4535.4830.39
Hex694D3201B343B1d231e
Octal151115620336473354336
Binary110100110011011100100110111101001110111110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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