Html Css Color HEX #614830 Dallas

📋 copy color: '#614830'

red 97 ◦ green 72 ◦ blue 48

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

Shades of Dallas #614830

Tints of Dallas #614830

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.18%

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

R = 44.7%
G = 33.18%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#614830 (or 0x614830) is known color: Dallas. HEX triplet: 61, 48 and 30. RGB value is (97,72,48). Sum of RGB (Red+Green+Blue) = 97+72+48=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #614830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614830 is #9EB7CF. Grayscale: #4C4C4C. Windows color (decimal): -10401744 or 3164257. OLE color: 3164257.

HSL color Cylindrical-coordinate representation of color #614830: hue angle of 29.39º 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 #614830 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 72 48 -
CMYK 0 0.26 0.51 0.62
HSL 29.39º 0.34% 0.28% -
HSV(B) 29.39º 0.51% 0.38% -
XYZ 7.78 7.39 3.81 -
YUV 76.74 111.78 142.45 -
System Red Green Blue C M Y K H S L
Decimal 97 72 48 0 0.26 0.51 0.62 29.39 0.34 0.28
Hex 61 48 30 0 1A 33 3E 1D 22 1C
Octal 141 110 60 0 32 63 76 35 42 34
Binary 1100001 1001000 110000 0 11010 110011 111110 11101 100010 11100

Color Harmonies of #614830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614830

Black with #614830

Text Example


Text Example

White with #614830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614830; }

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

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

background-color css

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

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

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

border-color css

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

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

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