Html Css Color HEX #614038 Very Dark Brown

📋 copy color: '#614038'

red 97 ◦ green 64 ◦ blue 56

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

Shades of Very Dark Brown #614038

Tints of Very Dark Brown #614038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 25.81%

R = 44.7%
G = 29.49%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#614038 (or 0x614038) is known color: Very Dark Brown. HEX triplet: 61, 40 and 38. RGB value is (97,64,56). Sum of RGB (Red+Green+Blue) = 97+64+56=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #614038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614038 is #9EBFC7. Grayscale: #494949. Windows color (decimal): -10403784 or 3686497. OLE color: 3686497.

HSL color Cylindrical-coordinate representation of color #614038: hue angle of 11.71º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #614038 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 64 56 -
CMYK 0 0.34 0.42 0.62
HSL 11.71º 0.27% 0.3% -
HSV(B) 11.71º 0.42% 0.38% -
XYZ 7.48 6.49 4.6 -
YUV 72.96 118.43 145.15 -
System Red Green Blue C M Y K H S L
Decimal 97 64 56 0 0.34 0.42 0.62 11.71 0.27 0.3
Hex 61 40 38 0 22 2A 3E C 1B 1E
Octal 141 100 70 0 42 52 76 14 33 36
Binary 1100001 1000000 111000 0 100010 101010 111110 1100 11011 11110

Color Harmonies of #614038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614038

Black with #614038

Text Example


Text Example

White with #614038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614038; }

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

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

background-color css

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

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

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

border-color css

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

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

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