#665237

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

Shades of Dallas #665237

Tints of Dallas #665237

Color information

#665237 (or 0x665237) is unknown color: approx Dallas. HEX triplet: 66, 52 and 37. RGB value is (102,82,55). Sum of RGB (Red+Green+Blue) = 102+82+55=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 55 (21.88% from 255 or 23.01% from 239); Max value from RGB is 102 - color contains mainly: red. Hex color #665237 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665237 is #99ADC8. Grayscale: #555555. Windows color (decimal): -10071497 or 3625574. OLE color: 3625574.

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

Color convert

RGB1028255-
CMYK00.200.460.6
HSL34.47º29.94%30.78%-
HSV(B)34.47º46.08%40%-
XYZ9.199.144.89-
YUV84.9111.13140.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.68%
GREEN value IS 82 (32.42% from 255) = 34.31%
BLUE value IS 55 (21.88% from 255) = 23.01%
R=42.68%
G=34.31%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102825500.200.460.634.4729.9430.78
Hex6652370142E3C221e1f
Octal146122670245674423637
Binary110011010100101101110101001011101111001000101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665237; }

 p { color: rgb(102,82,55); }

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

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

 a { background-color: rgb(102,82,55); }

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

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

 span { border-color: rgb(102,82,55); }

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