#66502F

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

Shades of Dallas #66502F

Tints of Dallas #66502F

Color information

#66502F (or 0x66502F) is unknown color: approx Dallas. HEX triplet: 66, 50 and 2F. RGB value is (102,80,47). Sum of RGB (Red+Green+Blue) = 102+80+47=229 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.54% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 102 - color contains mainly: red. Hex color #66502F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66502F is #99AFD0. Grayscale: #525252. Windows color (decimal): -10072017 or 3100774. OLE color: 3100774.

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

Color convert

RGB1028047-
CMYK00.220.540.6
HSL36º36.91%29.22%-
HSV(B)36º53.92%40%-
XYZ8.868.773.91-
YUV82.82107.79141.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.54%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 47 (18.75% from 255) = 20.52%
R=44.54%
G=34.93%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102804700.220.540.63636.9129.22
Hex66502F016363C24251d
Octal146120570266674444535
Binary1100110101000010111101011011011011110010010010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66502F; }

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

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

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

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

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

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

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

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