Html Css Color HEX #614731 Dallas

📋 copy color: '#614731'

red 97 ◦ green 71 ◦ blue 49

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

Shades of Dallas #614731

Tints of Dallas #614731

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.72%

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

R = 44.7%
G = 32.72%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#614731 (or 0x614731) is known color: Dallas. HEX triplet: 61, 47 and 31. RGB value is (97,71,49). Sum of RGB (Red+Green+Blue) = 97+71+49=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 49 (19.53% from 255 or 22.58% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #614731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614731 is #9EB8CE. Grayscale: #4C4C4C. Windows color (decimal): -10401999 or 3229537. OLE color: 3229537.

HSL color Cylindrical-coordinate representation of color #614731: hue angle of 27.5º 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 #614731 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 71 49 -
CMYK 0 0.27 0.49 0.62
HSL 27.5º 0.33% 0.29% -
HSV(B) 27.5º 0.49% 0.38% -
XYZ 7.74 7.27 3.9 -
YUV 76.27 112.61 142.79 -
System Red Green Blue C M Y K H S L
Decimal 97 71 49 0 0.27 0.49 0.62 27.5 0.33 0.29
Hex 61 47 31 0 1B 31 3E 1C 21 1D
Octal 141 107 61 0 33 61 76 34 41 35
Binary 1100001 1000111 110001 0 11011 110001 111110 11100 100001 11101

Color Harmonies of #614731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614731

Black with #614731

Text Example


Text Example

White with #614731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614731; }

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

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

background-color css

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

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

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

border-color css

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

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

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