#65472C

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

Shades of Dallas #65472C

Tints of Dallas #65472C

Color information

#65472C (or 0x65472C) is unknown color: approx Dallas. HEX triplet: 65, 47 and 2C. RGB value is (101,71,44). Sum of RGB (Red+Green+Blue) = 101+71+44=216 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.76% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 101 - color contains mainly: red. Hex color #65472C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65472C is #9AB8D3. Grayscale: #4D4D4D. Windows color (decimal): -10139860 or 2901861. OLE color: 2901861.

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

Color convert

RGB1017144-
CMYK00.300.560.60
HSL28.42º39.31%28.43%-
HSV(B)28.42º56.44%39.61%-
XYZ8.077.463.4-
YUV76.89109.44145.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.76%
GREEN value IS 71 (28.12% from 255) = 32.87%
BLUE value IS 44 (17.58% from 255) = 20.37%
R=46.76%
G=32.87%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101714400.300.560.6028.4239.3128.43
Hex65472C01E383C1c271c
Octal145107540367074344734
Binary110010110001111011000111101110001111001110010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65472C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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