#65472D

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

Shades of Dallas #65472D

Tints of Dallas #65472D

Color information

#65472D (or 0x65472D) is unknown color: approx Dallas. HEX triplet: 65, 47 and 2D. RGB value is (101,71,45). Sum of RGB (Red+Green+Blue) = 101+71+45=217 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.54% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 101 - color contains mainly: red. Hex color #65472D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65472D is #9AB8D2. Grayscale: #4D4D4D. Windows color (decimal): -10139859 or 2967397. OLE color: 2967397.

HSL color Cylindrical-coordinate representation of color #65472D: hue angle of 27.86º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65472D is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB1017145-
CMYK00.300.550.60
HSL27.86º38.36%28.63%-
HSV(B)27.86º55.45%39.61%-
XYZ8.097.463.5-
YUV77.01109.94145.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.54%
GREEN value IS 71 (28.12% from 255) = 32.72%
BLUE value IS 45 (17.97% from 255) = 20.74%
R=46.54%
G=32.72%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.55
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101714500.300.550.6027.8638.3628.63
Hex65472D01E373C1c261d
Octal145107550366774344635
Binary110010110001111011010111101101111111001110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65472D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65472D; }

 p { color: rgb(101,71,45); }

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

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

 a { background-color: rgb(101,71,45); }

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

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

 span { border-color: rgb(101,71,45); }

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