#664C30

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

Shades of Dallas #664C30

Tints of Dallas #664C30

Color information

#664C30 (or 0x664C30) is unknown color: approx Dallas. HEX triplet: 66, 4C and 30. RGB value is (102,76,48). Sum of RGB (Red+Green+Blue) = 102+76+48=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 102 - color contains mainly: red. Hex color #664C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664C30 is #99B3CF. Grayscale: #505050. Windows color (decimal): -10073040 or 3165286. OLE color: 3165286.

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

Color convert

RGB1027648-
CMYK00.250.530.6
HSL31.11º36%29.41%-
HSV(B)31.11º52.94%40%-
XYZ8.68.213.93-
YUV80.58109.61143.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.13%
GREEN value IS 76 (30.08% from 255) = 33.63%
BLUE value IS 48 (19.14% from 255) = 21.24%
R=45.13%
G=33.63%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102764800.250.530.631.113629.41
Hex664C30019353C1f241d
Octal146114600316574374435
Binary110011010011001100000110011101011111001111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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