Html Css Color HEX #614929 Dallas

📋 copy color: '#614929'

red 97 ◦ green 73 ◦ blue 41

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

Shades of Dallas #614929

Tints of Dallas #614929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 19.43%

R = 45.97%
G = 34.6%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#614929 (or 0x614929) is known color: Dallas. HEX triplet: 61, 49 and 29. RGB value is (97,73,41). Sum of RGB (Red+Green+Blue) = 97+73+41=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 41 (16.41% from 255 or 19.43% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #614929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614929 is #9EB6D6. Grayscale: #4C4C4C. Windows color (decimal): -10401495 or 2705761. OLE color: 2705761.

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

Color convert

RGB 97 73 41 -
CMYK 0 0.25 0.58 0.62
HSL 34.29º 0.41% 0.27% -
HSV(B) 34.29º 0.58% 0.38% -
XYZ 7.71 7.47 3.13 -
YUV 76.53 107.95 142.6 -
System Red Green Blue C M Y K H S L
Decimal 97 73 41 0 0.25 0.58 0.62 34.29 0.41 0.27
Hex 61 49 29 0 19 3A 3E 22 29 1B
Octal 141 111 51 0 31 72 76 42 51 33
Binary 1100001 1001001 101001 0 11001 111010 111110 100010 101001 11011

Color Harmonies of #614929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614929

Black with #614929

Text Example


Text Example

White with #614929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614929; }

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

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

background-color css

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

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

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

border-color css

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

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

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