Html Css Color HEX #614D32 Dallas

📋 copy color: '#614D32'

red 97 ◦ green 77 ◦ blue 50

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

Shades of Dallas #614D32

Tints of Dallas #614D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.32%

R = 43.3%
G = 34.38%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#614D32 (or 0x614D32) is known color: Dallas. HEX triplet: 61, 4D and 32. RGB value is (97,77,50). Sum of RGB (Red+Green+Blue) = 97+77+50=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 97 - color contains mainly: red. Hex color #614D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614D32 is #9EB2CD. Grayscale: #505050. Windows color (decimal): -10400462 or 3296609. OLE color: 3296609.

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

Color convert

RGB 97 77 50 -
CMYK 0 0.21 0.48 0.62
HSL 34.47º 0.32% 0.29% -
HSV(B) 34.47º 0.48% 0.38% -
XYZ 8.16 8.08 4.15 -
YUV 79.9 111.13 140.2 -
System Red Green Blue C M Y K H S L
Decimal 97 77 50 0 0.21 0.48 0.62 34.47 0.32 0.29
Hex 61 4D 32 0 15 30 3E 22 20 1D
Octal 141 115 62 0 25 60 76 42 40 35
Binary 1100001 1001101 110010 0 10101 110000 111110 100010 100000 11101

Color Harmonies of #614D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614D32

Black with #614D32

Text Example


Text Example

White with #614D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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