Html Css Color HEX #61492B Dallas

📋 copy color: '#61492B'

red 97 ◦ green 73 ◦ blue 43

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

Shades of Dallas #61492B

Tints of Dallas #61492B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.19%

R = 45.54%
G = 34.27%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#61492B (or 0x61492B) is known color: Dallas. HEX triplet: 61, 49 and 2B. RGB value is (97,73,43). Sum of RGB (Red+Green+Blue) = 97+73+43=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 43 (17.19% from 255 or 20.19% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #61492B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61492B is #9EB6D4. Grayscale: #4C4C4C. Windows color (decimal): -10401493 or 2836833. OLE color: 2836833.

HSL color Cylindrical-coordinate representation of color #61492B: hue angle of 33.33º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61492B is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 73 43 -
CMYK 0 0.25 0.56 0.62
HSL 33.33º 0.39% 0.27% -
HSV(B) 33.33º 0.56% 0.38% -
XYZ 7.75 7.48 3.32 -
YUV 76.76 108.95 142.44 -
System Red Green Blue C M Y K H S L
Decimal 97 73 43 0 0.25 0.56 0.62 33.33 0.39 0.27
Hex 61 49 2B 0 19 38 3E 21 27 1B
Octal 141 111 53 0 31 70 76 41 47 33
Binary 1100001 1001001 101011 0 11001 111000 111110 100001 100111 11011

Color Harmonies of #61492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61492B

Black with #61492B

Text Example


Text Example

White with #61492B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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