#61482A

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

Shades of Dallas #61482A

Tints of Dallas #61482A

Color information

#61482A (or 0x61482A) is unknown color: approx Dallas. HEX triplet: 61, 48 and 2A. RGB value is (97,72,42). Sum of RGB (Red+Green+Blue) = 97+72+42=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #61482A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61482A is #9EB7D5. Grayscale: #4C4C4C. Windows color (decimal): -10401750 or 2771041. OLE color: 2771041.

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

Color convert

RGB977242-
CMYK00.260.570.62
HSL32.73º39.57%27.25%-
HSV(B)32.73º56.7%38.04%-
XYZ7.677.343.2-
YUV76.05108.78142.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.97%
GREEN value IS 72 (28.52% from 255) = 34.12%
BLUE value IS 42 (16.80% from 255) = 19.91%
R=45.97%
G=34.12%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97724200.260.570.6232.7339.5727.25
Hex61482A01A393E21281b
Octal141110520327176415033
Binary1100001100100010101001101011100111111010000110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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