Html Css Color HEX #614337 Very Dark Brown

📋 copy color: '#614337'

red 97 ◦ green 67 ◦ blue 55

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

Shades of Very Dark Brown #614337

Tints of Very Dark Brown #614337

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.59%

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

R = 44.29%
G = 30.59%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#614337 (or 0x614337) is known color: Very Dark Brown. HEX triplet: 61, 43 and 37. RGB value is (97,67,55). Sum of RGB (Red+Green+Blue) = 97+67+55=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 55 (21.88% from 255 or 25.11% from 219); Max value from RGB is 97 - color contains mainly: red. Hex color #614337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614337 is #9EBCC8. Grayscale: #4A4A4A. Windows color (decimal): -10403017 or 3621729. OLE color: 3621729.

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

Color convert

RGB 97 67 55 -
CMYK 0 0.31 0.43 0.62
HSL 17.14º 0.28% 0.3% -
HSV(B) 17.14º 0.43% 0.38% -
XYZ 7.63 6.83 4.53 -
YUV 74.6 116.94 143.98 -
System Red Green Blue C M Y K H S L
Decimal 97 67 55 0 0.31 0.43 0.62 17.14 0.28 0.3
Hex 61 43 37 0 1F 2B 3E 11 1C 1E
Octal 141 103 67 0 37 53 76 21 34 36
Binary 1100001 1000011 110111 0 11111 101011 111110 10001 11100 11110

Color Harmonies of #614337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614337

Black with #614337

Text Example


Text Example

White with #614337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614337; }

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

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

background-color css

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

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

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

border-color css

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

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

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