#665136

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

Shades of Dallas #665136

Tints of Dallas #665136

Color information

#665136 (or 0x665136) is unknown color: approx Dallas. HEX triplet: 66, 51 and 36. RGB value is (102,81,54). Sum of RGB (Red+Green+Blue) = 102+81+54=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 54 (21.48% from 255 or 22.78% from 237); Max value from RGB is 102 - color contains mainly: red. Hex color #665136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665136 is #99AEC9. Grayscale: #545454. Windows color (decimal): -10071754 or 3559782. OLE color: 3559782.

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

Color convert

RGB1028154-
CMYK00.210.470.6
HSL33.75º30.77%30.59%-
HSV(B)33.75º47.06%40%-
XYZ9.098.984.74-
YUV84.2110.96140.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.04%
GREEN value IS 81 (32.03% from 255) = 34.18%
BLUE value IS 54 (21.48% from 255) = 22.78%
R=43.04%
G=34.18%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102815400.210.470.633.7530.7730.59
Hex6651360152F3C221f1f
Octal146121660255774423737
Binary110011010100011101100101011011111111001000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665136; }

 p { color: rgb(102,81,54); }

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

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

 a { background-color: rgb(102,81,54); }

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

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

 span { border-color: rgb(102,81,54); }

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