Html Css Color HEX #614C37 Dallas

📋 copy color: '#614C37'

red 97 ◦ green 76 ◦ blue 55

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

Shades of Dallas #614C37

Tints of Dallas #614C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 24.12%

R = 42.54%
G = 33.33%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#614C37 (or 0x614C37) is known color: Dallas. HEX triplet: 61, 4C and 37. RGB value is (97,76,55). Sum of RGB (Red+Green+Blue) = 97+76+55=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 55 (21.88% from 255 or 24.12% from 228); Max value from RGB is 97 - color contains mainly: red. Hex color #614C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614C37 is #9EB3C8. Grayscale: #4F4F4F. Windows color (decimal): -10400713 or 3624033. OLE color: 3624033.

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

Color convert

RGB 97 76 55 -
CMYK 0 0.22 0.43 0.62
HSL 30º 0.28% 0.3% -
HSV(B) 30º 0.43% 0.38% -
XYZ 8.2 7.99 4.72 -
YUV 79.89 113.96 140.21 -
System Red Green Blue C M Y K H S L
Decimal 97 76 55 0 0.22 0.43 0.62 30 0.28 0.3
Hex 61 4C 37 0 16 2B 3E 1E 1C 1E
Octal 141 114 67 0 26 53 76 36 34 36
Binary 1100001 1001100 110111 0 10110 101011 111110 11110 11100 11110

Color Harmonies of #614C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614C37

Black with #614C37

Text Example


Text Example

White with #614C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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