Html Css Color HEX #614C32 Dallas

📋 copy color: '#614C32'

red 97 ◦ green 76 ◦ blue 50

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

Shades of Dallas #614C32

Tints of Dallas #614C32

RGB

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

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

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

R = 43.5%
G = 34.08%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#614C32 (or 0x614C32) is known color: Dallas. HEX triplet: 61, 4C and 32. RGB value is (97,76,50). Sum of RGB (Red+Green+Blue) = 97+76+50=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 97 - color contains mainly: red. Hex color #614C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614C32 is #9EB3CD. Grayscale: #4F4F4F. Windows color (decimal): -10400718 or 3296353. OLE color: 3296353.

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

Color convert

RGB 97 76 50 -
CMYK 0 0.22 0.48 0.62
HSL 33.19º 0.32% 0.29% -
HSV(B) 33.19º 0.48% 0.38% -
XYZ 8.09 7.94 4.12 -
YUV 79.32 111.46 140.61 -
System Red Green Blue C M Y K H S L
Decimal 97 76 50 0 0.22 0.48 0.62 33.19 0.32 0.29
Hex 61 4C 32 0 16 30 3E 21 20 1D
Octal 141 114 62 0 26 60 76 41 40 35
Binary 1100001 1001100 110010 0 10110 110000 111110 100001 100000 11101

Color Harmonies of #614C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614C32

Black with #614C32

Text Example


Text Example

White with #614C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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