#694C2F

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

Shades of Dallas #694C2F

Tints of Dallas #694C2F

Color information

#694C2F (or 0x694C2F) is unknown color: approx Dallas. HEX triplet: 69, 4C and 2F. RGB value is (105,76,47). Sum of RGB (Red+Green+Blue) = 105+76+47=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 105 - color contains mainly: red. Hex color #694C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694C2F is #96B3D0. Grayscale: #515151. Windows color (decimal): -9876433 or 3099753. OLE color: 3099753.

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

Color convert

RGB1057647-
CMYK00.280.550.59
HSL30º38.16%29.8%-
HSV(B)30º55.24%41.18%-
XYZ8.928.383.84-
YUV81.36108.61144.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.05%
GREEN value IS 76 (30.08% from 255) = 33.33%
BLUE value IS 47 (18.75% from 255) = 20.61%
R=46.05%
G=33.33%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105764700.280.550.593038.1629.8
Hex694C2F01C373B1e261e
Octal151114570346773364636
Binary110100110011001011110111001101111110111111010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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