Html Css Color HEX #614E36 Dallas

📋 copy color: '#614E36'

red 97 ◦ green 78 ◦ blue 54

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

Shades of Dallas #614E36

Tints of Dallas #614E36

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.06%

 BLUE value IS 54 (21.48% from 255) = 23.58%

R = 42.36%
G = 34.06%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#614E36 (or 0x614E36) is known color: Dallas. HEX triplet: 61, 4E and 36. RGB value is (97,78,54). Sum of RGB (Red+Green+Blue) = 97+78+54=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 54 (21.48% from 255 or 23.58% from 229); Max value from RGB is 97 - color contains mainly: red. Hex color #614E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614E36 is #9EB1C9. Grayscale: #515151. Windows color (decimal): -10400202 or 3559009. OLE color: 3559009.

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

Color convert

RGB 97 78 54 -
CMYK 0 0.20 0.44 0.62
HSL 33.49º 0.28% 0.3% -
HSV(B) 33.49º 0.44% 0.38% -
XYZ 8.32 8.26 4.65 -
YUV 80.95 112.79 139.45 -
System Red Green Blue C M Y K H S L
Decimal 97 78 54 0 0.20 0.44 0.62 33.49 0.28 0.3
Hex 61 4E 36 0 14 2C 3E 21 1C 1E
Octal 141 116 66 0 24 54 76 41 34 36
Binary 1100001 1001110 110110 0 10100 101100 111110 100001 11100 11110

Color Harmonies of #614E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614E36

Black with #614E36

Text Example


Text Example

White with #614E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,78,54); }

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

background-color css

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

 a { background-color: rgb(97,78,54); }

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

border-color css

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

 span { border-color: rgb(97,78,54); }

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