Html Css Color HEX #614D2A Dallas

📋 copy color: '#614D2A'

red 97 ◦ green 77 ◦ blue 42

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

Shades of Dallas #614D2A

Tints of Dallas #614D2A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35.65%

 BLUE value IS 42 (16.8% from 255) = 19.44%

R = 44.91%
G = 35.65%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#614D2A (or 0x614D2A) is known color: Dallas. HEX triplet: 61, 4D and 2A. RGB value is (97,77,42). Sum of RGB (Red+Green+Blue) = 97+77+42=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 77 (30.47% from 255 or 35.65% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #614D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614D2A is #9EB2D5. Grayscale: #4F4F4F. Windows color (decimal): -10400470 or 2772321. OLE color: 2772321.

HSL color Cylindrical-coordinate representation of color #614D2A: hue angle of 38.18º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #614D2A is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 77 42 -
CMYK 0 0.21 0.57 0.62
HSL 38.18º 0.4% 0.27% -
HSV(B) 38.18º 0.57% 0.38% -
XYZ 8 8.02 3.32 -
YUV 78.99 107.13 140.85 -
System Red Green Blue C M Y K H S L
Decimal 97 77 42 0 0.21 0.57 0.62 38.18 0.4 0.27
Hex 61 4D 2A 0 15 39 3E 26 28 1B
Octal 141 115 52 0 25 71 76 46 50 33
Binary 1100001 1001101 101010 0 10101 111001 111110 100110 101000 11011

Color Harmonies of #614D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614D2A

Black with #614D2A

Text Example


Text Example

White with #614D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,77,42); }

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

background-color css

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

 a { background-color: rgb(97,77,42); }

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

border-color css

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

 span { border-color: rgb(97,77,42); }

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