Html Css Color HEX #61492F Dallas

📋 copy color: '#61492F'

red 97 ◦ green 73 ◦ blue 47

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

Shades of Dallas #61492F

Tints of Dallas #61492F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.66%

R = 44.7%
G = 33.64%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#61492F (or 0x61492F) is known color: Dallas. HEX triplet: 61, 49 and 2F. RGB value is (97,73,47). Sum of RGB (Red+Green+Blue) = 97+73+47=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #61492F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61492F is #9EB6D0. Grayscale: #4D4D4D. Windows color (decimal): -10401489 or 3098977. OLE color: 3098977.

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

Color convert

RGB 97 73 47 -
CMYK 0 0.25 0.52 0.62
HSL 31.2º 0.35% 0.28% -
HSV(B) 31.2º 0.52% 0.38% -
XYZ 7.83 7.51 3.73 -
YUV 77.21 110.95 142.11 -
System Red Green Blue C M Y K H S L
Decimal 97 73 47 0 0.25 0.52 0.62 31.2 0.35 0.28
Hex 61 49 2F 0 19 34 3E 1F 23 1C
Octal 141 111 57 0 31 64 76 37 43 34
Binary 1100001 1001001 101111 0 11001 110100 111110 11111 100011 11100

Color Harmonies of #61492F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61492F

Black with #61492F

Text Example


Text Example

White with #61492F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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