#665039

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

Shades of Dallas #665039

Tints of Dallas #665039

Color information

#665039 (or 0x665039) is unknown color: approx Dallas. HEX triplet: 66, 50 and 39. RGB value is (102,80,57). Sum of RGB (Red+Green+Blue) = 102+80+57=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 102 - color contains mainly: red. Hex color #665039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665039 is #99AFC6. Grayscale: #545454. Windows color (decimal): -10072007 or 3756134. OLE color: 3756134.

HSL color Cylindrical-coordinate representation of color #665039: hue angle of 30.67º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #665039 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.6.

Color convert

RGB1028057-
CMYK00.220.440.6
HSL30.67º28.3%31.18%-
HSV(B)30.67º44.12%40%-
XYZ9.098.865.1-
YUV83.96112.79140.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.68%
GREEN value IS 80 (31.64% from 255) = 33.47%
BLUE value IS 57 (22.66% from 255) = 23.85%
R=42.68%
G=33.47%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102805700.220.440.630.6728.331.18
Hex6650390162C3C1f1c1f
Octal146120710265474373437
Binary11001101010000111001010110101100111100111111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665039; }

 p { color: rgb(102,80,57); }

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

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

 a { background-color: rgb(102,80,57); }

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

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

 span { border-color: rgb(102,80,57); }

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