#694E2B

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

Shades of Dallas #694E2B

Tints of Dallas #694E2B

Color information

#694E2B (or 0x694E2B) is unknown color: approx Dallas. HEX triplet: 69, 4E and 2B. RGB value is (105,78,43). Sum of RGB (Red+Green+Blue) = 105+78+43=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 105 - color contains mainly: red. Hex color #694E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694E2B is #96B1D4. Grayscale: #525252. Windows color (decimal): -9875925 or 2838121. OLE color: 2838121.

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

Color convert

RGB1057843-
CMYK00.260.590.59
HSL33.87º41.89%29.02%-
HSV(B)33.87º59.05%41.18%-
XYZ8.998.633.48-
YUV82.08105.95144.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.46%
GREEN value IS 78 (30.86% from 255) = 34.51%
BLUE value IS 43 (17.19% from 255) = 19.03%
R=46.46%
G=34.51%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105784300.260.590.5933.8741.8929.02
Hex694E2B01A3B3B222a1d
Octal151116530327373425235
Binary1101001100111010101101101011101111101110001010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,78,43); }

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

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

 a { background-color: rgb(105,78,43); }

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

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

 span { border-color: rgb(105,78,43); }

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