#66492B

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

Shades of Dallas #66492B

Tints of Dallas #66492B

Color information

#66492B (or 0x66492B) is unknown color: approx Dallas. HEX triplet: 66, 49 and 2B. RGB value is (102,73,43). Sum of RGB (Red+Green+Blue) = 102+73+43=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 102 - color contains mainly: red. Hex color #66492B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66492B is #99B6D4. Grayscale: #4E4E4E. Windows color (decimal): -10073813 or 2836838. OLE color: 2836838.

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

Color convert

RGB1027343-
CMYK00.280.580.6
HSL30.51º40.69%28.43%-
HSV(B)30.51º57.84%40%-
XYZ8.37.763.35-
YUV78.25108.11144.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.79%
GREEN value IS 73 (28.91% from 255) = 33.49%
BLUE value IS 43 (17.19% from 255) = 19.72%
R=46.79%
G=33.49%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102734300.280.580.630.5140.6928.43
Hex66492B01C3A3C1f291c
Octal146111530347274375134
Binary110011010010011010110111001110101111001111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66492B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66492B; }

 p { color: rgb(102,73,43); }

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

<style>
 a { background-color: #66492B; }

 a { background-color: rgb(102,73,43); }

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

<style>
 span { border-color: #66492B; }

 span { border-color: rgb(102,73,43); }

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