#61472D

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

Shades of Dallas #61472D

Tints of Dallas #61472D

Color information

#61472D (or 0x61472D) is unknown color: approx Dallas. HEX triplet: 61, 47 and 2D. RGB value is (97,71,45). Sum of RGB (Red+Green+Blue) = 97+71+45=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #61472D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61472D is #9EB8D2. Grayscale: #4B4B4B. Windows color (decimal): -10402003 or 2967393. OLE color: 2967393.

HSL color Cylindrical-coordinate representation of color #61472D: hue angle of 30º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61472D is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB977145-
CMYK00.270.540.62
HSL30º36.62%27.84%-
HSV(B)30º53.61%38.04%-
XYZ7.667.243.48-
YUV75.81110.61143.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.54%
GREEN value IS 71 (28.12% from 255) = 33.33%
BLUE value IS 45 (17.97% from 255) = 21.13%
R=45.54%
G=33.33%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97714500.270.540.623036.6227.84
Hex61472D01B363E1e251c
Octal141107550336676364534
Binary110000110001111011010110111101101111101111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61472D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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