#61492C

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

Shades of Dallas #61492C

Tints of Dallas #61492C

Color information

#61492C (or 0x61492C) is unknown color: approx Dallas. HEX triplet: 61, 49 and 2C. RGB value is (97,73,44). Sum of RGB (Red+Green+Blue) = 97+73+44=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #61492C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61492C is #9EB6D3. Grayscale: #4D4D4D. Windows color (decimal): -10401492 or 2902369. OLE color: 2902369.

HSL color Cylindrical-coordinate representation of color #61492C: hue angle of 32.83º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61492C is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB977344-
CMYK00.250.550.62
HSL32.83º37.59%27.65%-
HSV(B)32.83º54.64%38.04%-
XYZ7.777.493.42-
YUV76.87109.45142.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.33%
GREEN value IS 73 (28.91% from 255) = 34.11%
BLUE value IS 44 (17.58% from 255) = 20.56%
R=45.33%
G=34.11%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97734400.250.550.6232.8337.5927.65
Hex61492C019373E21261c
Octal141111540316776414634
Binary1100001100100110110001100111011111111010000110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61492C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,73,44); }

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

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

 a { background-color: rgb(97,73,44); }

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

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

 span { border-color: rgb(97,73,44); }

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