Html Css Color HEX #614237 Very Dark Brown

📋 copy color: '#614237'

red 97 ◦ green 66 ◦ blue 55

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

Shades of Very Dark Brown #614237

Tints of Very Dark Brown #614237

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.28%

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

R = 44.5%
G = 30.28%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#614237 (or 0x614237) is known color: Very Dark Brown. HEX triplet: 61, 42 and 37. RGB value is (97,66,55). Sum of RGB (Red+Green+Blue) = 97+66+55=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 55 (21.88% from 255 or 25.23% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #614237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614237 is #9EBDC8. Grayscale: #4A4A4A. Windows color (decimal): -10403273 or 3621473. OLE color: 3621473.

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

Color convert

RGB 97 66 55 -
CMYK 0 0.32 0.43 0.62
HSL 15.71º 0.28% 0.3% -
HSV(B) 15.71º 0.43% 0.38% -
XYZ 7.57 6.71 4.51 -
YUV 74.02 117.27 144.39 -
System Red Green Blue C M Y K H S L
Decimal 97 66 55 0 0.32 0.43 0.62 15.71 0.28 0.3
Hex 61 42 37 0 20 2B 3E 10 1C 1E
Octal 141 102 67 0 40 53 76 20 34 36
Binary 1100001 1000010 110111 0 100000 101011 111110 10000 11100 11110

Color Harmonies of #614237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614237

Black with #614237

Text Example


Text Example

White with #614237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614237; }

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

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

background-color css

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

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

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

border-color css

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

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

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