#665031

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

Shades of Dallas #665031

Tints of Dallas #665031

Color information

#665031 (or 0x665031) is unknown color: approx Dallas. HEX triplet: 66, 50 and 31. RGB value is (102,80,49). Sum of RGB (Red+Green+Blue) = 102+80+49=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 49 (19.53% from 255 or 21.21% from 231); Max value from RGB is 102 - color contains mainly: red. Hex color #665031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665031 is #99AFCE. Grayscale: #535353. Windows color (decimal): -10072015 or 3231846. OLE color: 3231846.

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

Color convert

RGB1028049-
CMYK00.220.520.6
HSL35.09º35.1%29.61%-
HSV(B)35.09º51.96%40%-
XYZ8.98.784.13-
YUV83.04108.79141.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.16%
GREEN value IS 80 (31.64% from 255) = 34.63%
BLUE value IS 49 (19.53% from 255) = 21.21%
R=44.16%
G=34.63%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102804900.220.520.635.0935.129.61
Hex665031016343C23231e
Octal146120610266474434336
Binary1100110101000011000101011011010011110010001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665031; }

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

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

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

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

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

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

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

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