#665033

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

Shades of Dallas #665033

Tints of Dallas #665033

Color information

#665033 (or 0x665033) is unknown color: approx Dallas. HEX triplet: 66, 50 and 33. RGB value is (102,80,51). Sum of RGB (Red+Green+Blue) = 102+80+51=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 51 (20.31% from 255 or 21.89% from 233); Max value from RGB is 102 - color contains mainly: red. Hex color #665033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665033 is #99AFCC. Grayscale: #535353. Windows color (decimal): -10072013 or 3362918. OLE color: 3362918.

HSL color Cylindrical-coordinate representation of color #665033: hue angle of 34.12º 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 #665033 is Cyan = 0, Magento = 0.22, Yellow = 0.5 and Black (K on CMYK) = 0.6.

Color convert

RGB1028051-
CMYK00.220.50.6
HSL34.12º33.33%30%-
HSV(B)34.12º50%40%-
XYZ8.958.84.36-
YUV83.27109.79141.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.78%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 51 (20.31% from 255) = 21.89%
R=43.78%
G=34.33%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.5
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102805100.220.50.634.1233.3330
Hex665033016323C22211e
Octal146120630266274424136
Binary1100110101000011001101011011001011110010001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665033; }

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

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

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

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

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

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

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

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