#694C2C

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

Shades of Dallas #694C2C

Tints of Dallas #694C2C

Color information

#694C2C (or 0x694C2C) is unknown color: approx Dallas. HEX triplet: 69, 4C and 2C. RGB value is (105,76,44). Sum of RGB (Red+Green+Blue) = 105+76+44=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 105 - color contains mainly: red. Hex color #694C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694C2C is #96B3D3. Grayscale: #515151. Windows color (decimal): -9876436 or 2903145. OLE color: 2903145.

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

Color convert

RGB1057644-
CMYK00.280.580.59
HSL31.48º40.94%29.22%-
HSV(B)31.48º58.1%41.18%-
XYZ8.868.353.53-
YUV81.02107.11145.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.67%
GREEN value IS 76 (30.08% from 255) = 33.78%
BLUE value IS 44 (17.58% from 255) = 19.56%
R=46.67%
G=33.78%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105764400.280.580.5931.4840.9429.22
Hex694C2C01C3A3B1f291d
Octal151114540347273375135
Binary110100110011001011000111001110101110111111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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