#664E30

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

Shades of Dallas #664E30

Tints of Dallas #664E30

Color information

#664E30 (or 0x664E30) is unknown color: approx Dallas. HEX triplet: 66, 4E and 30. RGB value is (102,78,48). Sum of RGB (Red+Green+Blue) = 102+78+48=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 102 - color contains mainly: red. Hex color #664E30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664E30 is #99B1CF. Grayscale: #515151. Windows color (decimal): -10072528 or 3165798. OLE color: 3165798.

HSL color Cylindrical-coordinate representation of color #664E30: hue angle of 33.33º 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 #664E30 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB1027848-
CMYK00.240.530.6
HSL33.33º36%29.41%-
HSV(B)33.33º52.94%40%-
XYZ8.748.493.97-
YUV81.76108.95142.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.74%
GREEN value IS 78 (30.86% from 255) = 34.21%
BLUE value IS 48 (19.14% from 255) = 21.05%
R=44.74%
G=34.21%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102784800.240.530.633.333629.41
Hex664E30018353C21241d
Octal146116600306574414435
Binary1100110100111011000001100011010111110010000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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