Html Css Color HEX #614931 Dallas

📋 copy color: '#614931'

red 97 ◦ green 73 ◦ blue 49

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

Shades of Dallas #614931

Tints of Dallas #614931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 22.37%

R = 44.29%
G = 33.33%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#614931 (or 0x614931) is known color: Dallas. HEX triplet: 61, 49 and 31. RGB value is (97,73,49). Sum of RGB (Red+Green+Blue) = 97+73+49=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 97 - color contains mainly: red. Hex color #614931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614931 is #9EB6CE. Grayscale: #4D4D4D. Windows color (decimal): -10401487 or 3230049. OLE color: 3230049.

HSL color Cylindrical-coordinate representation of color #614931: hue angle of 30º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #614931 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 73 49 -
CMYK 0 0.25 0.49 0.62
HSL 30º 0.33% 0.29% -
HSV(B) 30º 0.49% 0.38% -
XYZ 7.87 7.53 3.94 -
YUV 77.44 111.95 141.95 -
System Red Green Blue C M Y K H S L
Decimal 97 73 49 0 0.25 0.49 0.62 30 0.33 0.29
Hex 61 49 31 0 19 31 3E 1E 21 1D
Octal 141 111 61 0 31 61 76 36 41 35
Binary 1100001 1001001 110001 0 11001 110001 111110 11110 100001 11101

Color Harmonies of #614931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614931

Black with #614931

Text Example


Text Example

White with #614931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614931; }

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

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

background-color css

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

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

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

border-color css

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

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

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