Html Css Color HEX #614D30 Dallas

📋 copy color: '#614D30'

red 97 ◦ green 77 ◦ blue 48

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

Shades of Dallas #614D30

Tints of Dallas #614D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 21.62%

R = 43.69%
G = 34.68%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#614D30 (or 0x614D30) is known color: Dallas. HEX triplet: 61, 4D and 30. RGB value is (97,77,48). Sum of RGB (Red+Green+Blue) = 97+77+48=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 97 - color contains mainly: red. Hex color #614D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614D30 is #9EB2CF. Grayscale: #4F4F4F. Windows color (decimal): -10400464 or 3165537. OLE color: 3165537.

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

Color convert

RGB 97 77 48 -
CMYK 0 0.21 0.51 0.62
HSL 35.51º 0.34% 0.28% -
HSV(B) 35.51º 0.51% 0.38% -
XYZ 8.12 8.06 3.92 -
YUV 79.67 110.13 140.36 -
System Red Green Blue C M Y K H S L
Decimal 97 77 48 0 0.21 0.51 0.62 35.51 0.34 0.28
Hex 61 4D 30 0 15 33 3E 24 22 1C
Octal 141 115 60 0 25 63 76 44 42 34
Binary 1100001 1001101 110000 0 10101 110011 111110 100100 100010 11100

Color Harmonies of #614D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614D30

Black with #614D30

Text Example


Text Example

White with #614D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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