#694B31

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

Shades of Dallas #694B31

Tints of Dallas #694B31

Color information

#694B31 (or 0x694B31) is unknown color: approx Dallas. HEX triplet: 69, 4B and 31. RGB value is (105,75,49). Sum of RGB (Red+Green+Blue) = 105+75+49=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 105 - color contains mainly: red. Hex color #694B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694B31 is #96B4CE. Grayscale: #515151. Windows color (decimal): -9876687 or 3230569. OLE color: 3230569.

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

Color convert

RGB1057549-
CMYK00.290.530.59
HSL27.86º36.36%30.2%-
HSV(B)27.86º53.33%41.18%-
XYZ8.98.264.03-
YUV81.01109.94145.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.85%
GREEN value IS 75 (29.69% from 255) = 32.75%
BLUE value IS 49 (19.53% from 255) = 21.40%
R=45.85%
G=32.75%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105754900.290.530.5927.8636.3630.2
Hex694B3101D353B1c241e
Octal151113610356573344436
Binary110100110010111100010111011101011110111110010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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