#694B2F

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

Shades of Dallas #694B2F

Tints of Dallas #694B2F

Color information

#694B2F (or 0x694B2F) is unknown color: approx Dallas. HEX triplet: 69, 4B and 2F. RGB value is (105,75,47). Sum of RGB (Red+Green+Blue) = 105+75+47=227 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.26% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 105 - color contains mainly: red. Hex color #694B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694B2F is #96B4D0. Grayscale: #505050. Windows color (decimal): -9876689 or 3099497. OLE color: 3099497.

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

Color convert

RGB1057547-
CMYK00.290.550.59
HSL28.97º38.16%29.8%-
HSV(B)28.97º55.24%41.18%-
XYZ8.858.243.81-
YUV80.78108.94145.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.26%
GREEN value IS 75 (29.69% from 255) = 33.04%
BLUE value IS 47 (18.75% from 255) = 20.70%
R=46.26%
G=33.04%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105754700.290.550.5928.9738.1629.8
Hex694B2F01D373B1d261e
Octal151113570356773354636
Binary110100110010111011110111011101111110111110110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,75,47); }

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

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

 a { background-color: rgb(105,75,47); }

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

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

 span { border-color: rgb(105,75,47); }

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