#665038

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

Shades of Dallas #665038

Tints of Dallas #665038

Color information

#665038 (or 0x665038) is unknown color: approx Dallas. HEX triplet: 66, 50 and 38. RGB value is (102,80,56). Sum of RGB (Red+Green+Blue) = 102+80+56=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 56 (22.27% from 255 or 23.53% from 238); Max value from RGB is 102 - color contains mainly: red. Hex color #665038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665038 is #99AFC7. Grayscale: #535353. Windows color (decimal): -10072008 or 3690598. OLE color: 3690598.

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

Color convert

RGB1028056-
CMYK00.220.450.6
HSL31.3º29.11%30.98%-
HSV(B)31.3º45.1%40%-
XYZ9.068.854.97-
YUV83.84112.29140.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.86%
GREEN value IS 80 (31.64% from 255) = 33.61%
BLUE value IS 56 (22.27% from 255) = 23.53%
R=42.86%
G=33.61%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102805600.220.450.631.329.1130.98
Hex6650380162D3C1f1d1f
Octal146120700265574373537
Binary11001101010000111000010110101101111100111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665038; }

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

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

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

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

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

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

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

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