#69492E

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

Shades of Dallas #69492E

Tints of Dallas #69492E

Color information

#69492E (or 0x69492E) is unknown color: approx Dallas. HEX triplet: 69, 49 and 2E. RGB value is (105,73,46). Sum of RGB (Red+Green+Blue) = 105+73+46=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 105 - color contains mainly: red. Hex color #69492E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69492E is #96B6D1. Grayscale: #4F4F4F. Windows color (decimal): -9877202 or 3033449. OLE color: 3033449.

HSL color Cylindrical-coordinate representation of color #69492E: hue angle of 27.46º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69492E is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB1057346-
CMYK00.300.560.59
HSL27.46º39.07%29.61%-
HSV(B)27.46º56.19%41.18%-
XYZ8.77.973.66-
YUV79.49109.1146.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.88%
GREEN value IS 73 (28.91% from 255) = 32.59%
BLUE value IS 46 (18.36% from 255) = 20.54%
R=46.88%
G=32.59%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105734600.300.560.5927.4639.0729.61
Hex69492E01E383B1b271e
Octal151111560367073334736
Binary110100110010011011100111101110001110111101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69492E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69492E; }

 p { color: rgb(105,73,46); }

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

<style>
 a { background-color: #69492E; }

 a { background-color: rgb(105,73,46); }

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

<style>
 span { border-color: #69492E; }

 span { border-color: rgb(105,73,46); }

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