Html Css Color HEX #614138 Very Dark Brown

📋 copy color: '#614138'

red 97 ◦ green 65 ◦ blue 56

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

Shades of Very Dark Brown #614138

Tints of Very Dark Brown #614138

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.82%

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

R = 44.5%
G = 29.82%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#614138 (or 0x614138) is known color: Very Dark Brown. HEX triplet: 61, 41 and 38. RGB value is (97,65,56). Sum of RGB (Red+Green+Blue) = 97+65+56=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #614138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614138 is #9EBEC7. Grayscale: #494949. Windows color (decimal): -10403528 or 3686753. OLE color: 3686753.

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

Color convert

RGB 97 65 56 -
CMYK 0 0.33 0.42 0.62
HSL 13.17º 0.27% 0.3% -
HSV(B) 13.17º 0.42% 0.38% -
XYZ 7.53 6.61 4.62 -
YUV 73.54 118.1 144.73 -
System Red Green Blue C M Y K H S L
Decimal 97 65 56 0 0.33 0.42 0.62 13.17 0.27 0.3
Hex 61 41 38 0 21 2A 3E D 1B 1E
Octal 141 101 70 0 41 52 76 15 33 36
Binary 1100001 1000001 111000 0 100001 101010 111110 1101 11011 11110

Color Harmonies of #614138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614138

Black with #614138

Text Example


Text Example

White with #614138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614138; }

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

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

background-color css

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

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

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

border-color css

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

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

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