#61462A

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

Shades of Dallas #61462A

Tints of Dallas #61462A

Color information

#61462A (or 0x61462A) is unknown color: approx Dallas. HEX triplet: 61, 46 and 2A. RGB value is (97,70,42). Sum of RGB (Red+Green+Blue) = 97+70+42=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #61462A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61462A is #9EB9D5. Grayscale: #4B4B4B. Windows color (decimal): -10402262 or 2770529. OLE color: 2770529.

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

Color convert

RGB977042-
CMYK00.280.570.62
HSL30.55º39.57%27.25%-
HSV(B)30.55º56.7%38.04%-
XYZ7.547.093.16-
YUV74.88109.45143.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.41%
GREEN value IS 70 (27.73% from 255) = 33.49%
BLUE value IS 42 (16.80% from 255) = 20.10%
R=46.41%
G=33.49%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97704200.280.570.6230.5539.5727.25
Hex61462A01C393E1f281b
Octal141106520347176375033
Binary110000110001101010100111001110011111101111110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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