#664F2E

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

Shades of Dallas #664F2E

Tints of Dallas #664F2E

Color information

#664F2E (or 0x664F2E) is unknown color: approx Dallas. HEX triplet: 66, 4F and 2E. RGB value is (102,79,46). Sum of RGB (Red+Green+Blue) = 102+79+46=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 102 - color contains mainly: red. Hex color #664F2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664F2E is #99B0D1. Grayscale: #525252. Windows color (decimal): -10072274 or 3034982. OLE color: 3034982.

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

Color convert

RGB1027946-
CMYK00.230.550.6
HSL35.36º37.84%29.02%-
HSV(B)35.36º54.9%40%-
XYZ8.778.613.79-
YUV82.12107.62142.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.93%
GREEN value IS 79 (31.25% from 255) = 34.80%
BLUE value IS 46 (18.36% from 255) = 20.26%
R=44.93%
G=34.80%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102794600.230.550.635.3637.8429.02
Hex664F2E017373C23261d
Octal146117560276774434635
Binary1100110100111110111001011111011111110010001110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,79,46); }

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

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

 a { background-color: rgb(102,79,46); }

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

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

 span { border-color: rgb(102,79,46); }

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