#665035

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

Shades of Dallas #665035

Tints of Dallas #665035

Color information

#665035 (or 0x665035) is unknown color: approx Dallas. HEX triplet: 66, 50 and 35. RGB value is (102,80,53). Sum of RGB (Red+Green+Blue) = 102+80+53=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 102 - color contains mainly: red. Hex color #665035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665035 is #99AFCA. Grayscale: #535353. Windows color (decimal): -10072011 or 3493990. OLE color: 3493990.

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

Color convert

RGB1028053-
CMYK00.220.480.6
HSL33.06º31.61%30.39%-
HSV(B)33.06º48.04%40%-
XYZ8.998.824.6-
YUV83.5110.79141.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.40%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 53 (21.09% from 255) = 22.55%
R=43.40%
G=34.04%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102805300.220.480.633.0631.6130.39
Hex665035016303C21201e
Octal146120650266074414036
Binary1100110101000011010101011011000011110010000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665035; }

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

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

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

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

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

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

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

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