#65492E

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

Shades of Dallas #65492E

Tints of Dallas #65492E

Color information

#65492E (or 0x65492E) is unknown color: approx Dallas. HEX triplet: 65, 49 and 2E. RGB value is (101,73,46). Sum of RGB (Red+Green+Blue) = 101+73+46=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 101 - color contains mainly: red. Hex color #65492E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65492E is #9AB6D1. Grayscale: #4E4E4E. Windows color (decimal): -10139346 or 3033445. OLE color: 3033445.

HSL color Cylindrical-coordinate representation of color #65492E: hue angle of 29.45º 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 #65492E is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.60.

Color convert

RGB1017346-
CMYK00.280.540.60
HSL29.45º37.41%28.82%-
HSV(B)29.45º54.46%39.61%-
XYZ8.247.733.64-
YUV78.29109.78144.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.91%
GREEN value IS 73 (28.91% from 255) = 33.18%
BLUE value IS 46 (18.36% from 255) = 20.91%
R=45.91%
G=33.18%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101734600.280.540.6029.4537.4128.82
Hex65492E01C363C1d251d
Octal145111560346674354535
Binary110010110010011011100111001101101111001110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65492E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65492E; }

 p { color: rgb(101,73,46); }

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

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

 a { background-color: rgb(101,73,46); }

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

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

 span { border-color: rgb(101,73,46); }

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