Html Css Color HEX #614927 Dallas

📋 copy color: '#614927'

red 97 ◦ green 73 ◦ blue 39

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

Shades of Dallas #614927

Tints of Dallas #614927

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.93%

 BLUE value IS 39 (15.63% from 255) = 18.66%

R = 46.41%
G = 34.93%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#614927 (or 0x614927) is known color: Dallas. HEX triplet: 61, 49 and 27. RGB value is (97,73,39). Sum of RGB (Red+Green+Blue) = 97+73+39=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #614927 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614927 is #9EB6D8. Grayscale: #4C4C4C. Windows color (decimal): -10401497 or 2574689. OLE color: 2574689.

HSL color Cylindrical-coordinate representation of color #614927: hue angle of 35.17º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #614927 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 73 39 -
CMYK 0 0.25 0.60 0.62
HSL 35.17º 0.43% 0.27% -
HSV(B) 35.17º 0.6% 0.38% -
XYZ 7.68 7.45 2.95 -
YUV 76.3 106.95 142.76 -
System Red Green Blue C M Y K H S L
Decimal 97 73 39 0 0.25 0.60 0.62 35.17 0.43 0.27
Hex 61 49 27 0 19 3C 3E 23 2B 1B
Octal 141 111 47 0 31 74 76 43 53 33
Binary 1100001 1001001 100111 0 11001 111100 111110 100011 101011 11011

Color Harmonies of #614927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614927

Black with #614927

Text Example


Text Example

White with #614927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614927; }

 p { color: rgb(97,73,39); }

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

background-color css

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

 a { background-color: rgb(97,73,39); }

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

border-color css

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

 span { border-color: rgb(97,73,39); }

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