Html Css Color HEX #614729 Dallas

📋 copy color: '#614729'

red 97 ◦ green 71 ◦ blue 41

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

Shades of Dallas #614729

Tints of Dallas #614729

RGB

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

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

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

R = 46.41%
G = 33.97%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#614729 (or 0x614729) is known color: Dallas. HEX triplet: 61, 47 and 29. RGB value is (97,71,41). Sum of RGB (Red+Green+Blue) = 97+71+41=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #614729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614729 is #9EB8D6. Grayscale: #4B4B4B. Windows color (decimal): -10402007 or 2705249. OLE color: 2705249.

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

Color convert

RGB 97 71 41 -
CMYK 0 0.27 0.58 0.62
HSL 32.14º 0.41% 0.27% -
HSV(B) 32.14º 0.58% 0.38% -
XYZ 7.58 7.21 3.09 -
YUV 75.35 108.61 143.44 -
System Red Green Blue C M Y K H S L
Decimal 97 71 41 0 0.27 0.58 0.62 32.14 0.41 0.27
Hex 61 47 29 0 1B 3A 3E 20 29 1B
Octal 141 107 51 0 33 72 76 40 51 33
Binary 1100001 1000111 101001 0 11011 111010 111110 100000 101001 11011

Color Harmonies of #614729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614729

Black with #614729

Text Example


Text Example

White with #614729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614729; }

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

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

background-color css

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

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

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

border-color css

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

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

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