#664A30

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

Shades of Dallas #664A30

Tints of Dallas #664A30

Color information

#664A30 (or 0x664A30) is unknown color: approx Dallas. HEX triplet: 66, 4A and 30. RGB value is (102,74,48). Sum of RGB (Red+Green+Blue) = 102+74+48=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 102 - color contains mainly: red. Hex color #664A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664A30 is #99B5CF. Grayscale: #4F4F4F. Windows color (decimal): -10073552 or 3164774. OLE color: 3164774.

HSL color Cylindrical-coordinate representation of color #664A30: hue angle of 28.89º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #664A30 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB1027448-
CMYK00.270.530.6
HSL28.89º36%29.41%-
HSV(B)28.89º52.94%40%-
XYZ8.467.943.88-
YUV79.41110.28144.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.54%
GREEN value IS 74 (29.30% from 255) = 33.04%
BLUE value IS 48 (19.14% from 255) = 21.43%
R=45.54%
G=33.04%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102744800.270.530.628.893629.41
Hex664A3001B353C1d241d
Octal146112600336574354435
Binary110011010010101100000110111101011111001110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664A30; }

 p { color: rgb(102,74,48); }

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

<style>
 a { background-color: #664A30; }

 a { background-color: rgb(102,74,48); }

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

<style>
 span { border-color: #664A30; }

 span { border-color: rgb(102,74,48); }

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