#665236

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

Shades of Dallas #665236

Tints of Dallas #665236

Color information

#665236 (or 0x665236) is unknown color: approx Dallas. HEX triplet: 66, 52 and 36. RGB value is (102,82,54). Sum of RGB (Red+Green+Blue) = 102+82+54=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 54 (21.48% from 255 or 22.69% from 238); Max value from RGB is 102 - color contains mainly: red. Hex color #665236 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665236 is #99ADC9. Grayscale: #545454. Windows color (decimal): -10071498 or 3560038. OLE color: 3560038.

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

Color convert

RGB1028254-
CMYK00.200.470.6
HSL35º30.77%30.59%-
HSV(B)35º47.06%40%-
XYZ9.169.134.77-
YUV84.79110.63140.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.86%
GREEN value IS 82 (32.42% from 255) = 34.45%
BLUE value IS 54 (21.48% from 255) = 22.69%
R=42.86%
G=34.45%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102825400.200.470.63530.7730.59
Hex6652360142F3C231f1f
Octal146122660245774433737
Binary110011010100101101100101001011111111001000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665236; }

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

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

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

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

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

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

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

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