#664B33

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

Shades of Dallas #664B33

Tints of Dallas #664B33

Color information

#664B33 (or 0x664B33) is unknown color: approx Dallas. HEX triplet: 66, 4B and 33. RGB value is (102,75,51). Sum of RGB (Red+Green+Blue) = 102+75+51=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 102 - color contains mainly: red. Hex color #664B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664B33 is #99B4CC. Grayscale: #505050. Windows color (decimal): -10073293 or 3361638. OLE color: 3361638.

HSL color Cylindrical-coordinate representation of color #664B33: hue angle of 28.24º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #664B33 is Cyan = 0, Magento = 0.26, Yellow = 0.5 and Black (K on CMYK) = 0.6.

Color convert

RGB1027551-
CMYK00.260.50.6
HSL28.24º33.33%30%-
HSV(B)28.24º50%40%-
XYZ8.598.14.24-
YUV80.34111.45143.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.74%
GREEN value IS 75 (29.69% from 255) = 32.89%
BLUE value IS 51 (20.31% from 255) = 22.37%
R=44.74%
G=32.89%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.5
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102755100.260.50.628.2433.3330
Hex664B3301A323C1c211e
Octal146113630326274344136
Binary110011010010111100110110101100101111001110010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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