Html Css Color HEX #61492D Dallas

📋 copy color: '#61492D'

red 97 ◦ green 73 ◦ blue 45

#61492D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dallas #61492D

Tints of Dallas #61492D

RGB

 RED value IS 97 (38.28% from 255) = 45.12%

 GREEN value IS 73 (28.91% from 255) = 33.95%

 BLUE value IS 45 (17.97% from 255) = 20.93%

R = 45.12%
G = 33.95%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#61492D (or 0x61492D) is known color: Dallas. HEX triplet: 61, 49 and 2D. RGB value is (97,73,45). Sum of RGB (Red+Green+Blue) = 97+73+45=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #61492D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61492D is #9EB6D2. Grayscale: #4D4D4D. Windows color (decimal): -10401491 or 2967905. OLE color: 2967905.

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

Color convert

RGB 97 73 45 -
CMYK 0 0.25 0.54 0.62
HSL 32.31º 0.37% 0.28% -
HSV(B) 32.31º 0.54% 0.38% -
XYZ 7.79 7.5 3.52 -
YUV 76.98 109.95 142.28 -
System Red Green Blue C M Y K H S L
Decimal 97 73 45 0 0.25 0.54 0.62 32.31 0.37 0.28
Hex 61 49 2D 0 19 36 3E 20 25 1C
Octal 141 111 55 0 31 66 76 40 45 34
Binary 1100001 1001001 101101 0 11001 110110 111110 100000 100101 11100

Color Harmonies of #61492D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61492D

Black with #61492D

Text Example


Text Example

White with #61492D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #61492D;
 }
 .AnyTagClassName
 {
   color: #61492D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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