#694C32

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

Shades of Dallas #694C32

Tints of Dallas #694C32

Color information

#694C32 (or 0x694C32) is unknown color: approx Dallas. HEX triplet: 69, 4C and 32. RGB value is (105,76,50). Sum of RGB (Red+Green+Blue) = 105+76+50=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 105 - color contains mainly: red. Hex color #694C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694C32 is #96B3CD. Grayscale: #515151. Windows color (decimal): -9876430 or 3296361. OLE color: 3296361.

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

Color convert

RGB1057650-
CMYK00.280.520.59
HSL28.36º35.48%30.39%-
HSV(B)28.36º52.38%41.18%-
XYZ8.998.44.17-
YUV81.71110.11144.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.45%
GREEN value IS 76 (30.08% from 255) = 32.90%
BLUE value IS 50 (19.92% from 255) = 21.65%
R=45.45%
G=32.90%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105765000.280.520.5928.3635.4830.39
Hex694C3201C343B1c231e
Octal151114620346473344336
Binary110100110011001100100111001101001110111110010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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