#61462D

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

Shades of Dallas #61462D

Tints of Dallas #61462D

Color information

#61462D (or 0x61462D) is unknown color: approx Dallas. HEX triplet: 61, 46 and 2D. RGB value is (97,70,45). Sum of RGB (Red+Green+Blue) = 97+70+45=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #61462D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61462D is #9EB9D2. Grayscale: #4B4B4B. Windows color (decimal): -10402259 or 2967137. OLE color: 2967137.

HSL color Cylindrical-coordinate representation of color #61462D: hue angle of 28.85º 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 #61462D is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB977045-
CMYK00.280.540.62
HSL28.85º36.62%27.84%-
HSV(B)28.85º53.61%38.04%-
XYZ7.597.113.45-
YUV75.22110.95143.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.75%
GREEN value IS 70 (27.73% from 255) = 33.02%
BLUE value IS 45 (17.97% from 255) = 21.23%
R=45.75%
G=33.02%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97704500.280.540.6228.8536.6227.84
Hex61462D01C363E1d251c
Octal141106550346676354534
Binary110000110001101011010111001101101111101110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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