#61482C

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

Shades of Dallas #61482C

Tints of Dallas #61482C

Color information

#61482C (or 0x61482C) is unknown color: approx Dallas. HEX triplet: 61, 48 and 2C. RGB value is (97,72,44). Sum of RGB (Red+Green+Blue) = 97+72+44=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #61482C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61482C is #9EB7D3. Grayscale: #4C4C4C. Windows color (decimal): -10401748 or 2902113. OLE color: 2902113.

HSL color Cylindrical-coordinate representation of color #61482C: hue angle of 31.7º 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 #61482C is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB977244-
CMYK00.260.550.62
HSL31.7º37.59%27.65%-
HSV(B)31.7º54.64%38.04%-
XYZ7.77.363.4-
YUV76.28109.78142.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.54%
GREEN value IS 72 (28.52% from 255) = 33.80%
BLUE value IS 44 (17.58% from 255) = 20.66%
R=45.54%
G=33.80%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97724400.260.550.6231.737.5927.65
Hex61482C01A373E20261c
Octal141110540326776404634
Binary1100001100100010110001101011011111111010000010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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