Html Css Color HEX #614036 Very Dark Brown

📋 copy color: '#614036'

red 97 ◦ green 64 ◦ blue 54

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

Shades of Very Dark Brown #614036

Tints of Very Dark Brown #614036

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.77%

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

R = 45.12%
G = 29.77%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#614036 (or 0x614036) is known color: Very Dark Brown. HEX triplet: 61, 40 and 36. RGB value is (97,64,54). Sum of RGB (Red+Green+Blue) = 97+64+54=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #614036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614036 is #9EBFC9. Grayscale: #484848. Windows color (decimal): -10403786 or 3555425. OLE color: 3555425.

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

Color convert

RGB 97 64 54 -
CMYK 0 0.34 0.44 0.62
HSL 13.95º 0.28% 0.3% -
HSV(B) 13.95º 0.44% 0.38% -
XYZ 7.43 6.47 4.35 -
YUV 72.73 117.43 145.31 -
System Red Green Blue C M Y K H S L
Decimal 97 64 54 0 0.34 0.44 0.62 13.95 0.28 0.3
Hex 61 40 36 0 22 2C 3E E 1C 1E
Octal 141 100 66 0 42 54 76 16 34 36
Binary 1100001 1000000 110110 0 100010 101100 111110 1110 11100 11110

Color Harmonies of #614036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614036

Black with #614036

Text Example


Text Example

White with #614036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614036; }

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

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

background-color css

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

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

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

border-color css

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

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

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