Html Css Color HEX #614137 Very Dark Brown

📋 copy color: '#614137'

red 97 ◦ green 65 ◦ blue 55

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

Shades of Very Dark Brown #614137

Tints of Very Dark Brown #614137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 25.35%

R = 44.7%
G = 29.95%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#614137 (or 0x614137) is known color: Very Dark Brown. HEX triplet: 61, 41 and 37. RGB value is (97,65,55). Sum of RGB (Red+Green+Blue) = 97+65+55=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 55 (21.88% from 255 or 25.35% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #614137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614137 is #9EBEC8. Grayscale: #494949. Windows color (decimal): -10403529 or 3621217. OLE color: 3621217.

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

Color convert

RGB 97 65 55 -
CMYK 0 0.33 0.43 0.62
HSL 14.29º 0.28% 0.3% -
HSV(B) 14.29º 0.43% 0.38% -
XYZ 7.51 6.6 4.49 -
YUV 73.43 117.6 144.81 -
System Red Green Blue C M Y K H S L
Decimal 97 65 55 0 0.33 0.43 0.62 14.29 0.28 0.3
Hex 61 41 37 0 21 2B 3E E 1C 1E
Octal 141 101 67 0 41 53 76 16 34 36
Binary 1100001 1000001 110111 0 100001 101011 111110 1110 11100 11110

Color Harmonies of #614137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614137

Black with #614137

Text Example


Text Example

White with #614137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614137; }

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

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

background-color css

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

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

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

border-color css

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

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

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