Html Css Color HEX #614C29 Dallas

📋 copy color: '#614C29'

red 97 ◦ green 76 ◦ blue 41

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

Shades of Dallas #614C29

Tints of Dallas #614C29

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.51%

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

R = 45.33%
G = 35.51%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#614C29 (or 0x614C29) is known color: Dallas. HEX triplet: 61, 4C and 29. RGB value is (97,76,41). Sum of RGB (Red+Green+Blue) = 97+76+41=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #614C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614C29 is #9EB3D6. Grayscale: #4E4E4E. Windows color (decimal): -10400727 or 2706529. OLE color: 2706529.

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

Color convert

RGB 97 76 41 -
CMYK 0 0.22 0.58 0.62
HSL 37.5º 0.41% 0.27% -
HSV(B) 37.5º 0.58% 0.38% -
XYZ 7.91 7.87 3.2 -
YUV 78.29 106.96 141.35 -
System Red Green Blue C M Y K H S L
Decimal 97 76 41 0 0.22 0.58 0.62 37.5 0.41 0.27
Hex 61 4C 29 0 16 3A 3E 26 29 1B
Octal 141 114 51 0 26 72 76 46 51 33
Binary 1100001 1001100 101001 0 10110 111010 111110 100110 101001 11011

Color Harmonies of #614C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614C29

Black with #614C29

Text Example


Text Example

White with #614C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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