#61472B

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

Shades of Dallas #61472B

Tints of Dallas #61472B

Color information

#61472B (or 0x61472B) is unknown color: approx Dallas. HEX triplet: 61, 47 and 2B. RGB value is (97,71,43). Sum of RGB (Red+Green+Blue) = 97+71+43=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #61472B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61472B is #9EB8D4. Grayscale: #4B4B4B. Windows color (decimal): -10402005 or 2836321. OLE color: 2836321.

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

Color convert

RGB977143-
CMYK00.270.560.62
HSL31.11º38.57%27.45%-
HSV(B)31.11º55.67%38.04%-
XYZ7.627.223.28-
YUV75.58109.61143.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.97%
GREEN value IS 71 (28.12% from 255) = 33.65%
BLUE value IS 43 (17.19% from 255) = 20.38%
R=45.97%
G=33.65%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97714300.270.560.6231.1138.5727.45
Hex61472B01B383E1f271b
Octal141107530337076374733
Binary110000110001111010110110111110001111101111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61472B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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