#664B2E

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

Shades of Dallas #664B2E

Tints of Dallas #664B2E

Color information

#664B2E (or 0x664B2E) is unknown color: approx Dallas. HEX triplet: 66, 4B and 2E. RGB value is (102,75,46). Sum of RGB (Red+Green+Blue) = 102+75+46=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 102 - color contains mainly: red. Hex color #664B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664B2E is #99B4D1. Grayscale: #4F4F4F. Windows color (decimal): -10073298 or 3033958. OLE color: 3033958.

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

Color convert

RGB1027546-
CMYK00.260.550.6
HSL31.07º37.84%29.02%-
HSV(B)31.07º54.9%40%-
XYZ8.498.053.69-
YUV79.77108.95143.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.74%
GREEN value IS 75 (29.69% from 255) = 33.63%
BLUE value IS 46 (18.36% from 255) = 20.63%
R=45.74%
G=33.63%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102754600.260.550.631.0737.8429.02
Hex664B2E01A373C1f261d
Octal146113560326774374635
Binary110011010010111011100110101101111111001111110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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