Html Css Color HEX #614239 Very Dark Brown

📋 copy color: '#614239'

red 97 ◦ green 66 ◦ blue 57

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

Shades of Very Dark Brown #614239

Tints of Very Dark Brown #614239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 25.91%

R = 44.09%
G = 30%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#614239 (or 0x614239) is known color: Very Dark Brown. HEX triplet: 61, 42 and 39. RGB value is (97,66,57). Sum of RGB (Red+Green+Blue) = 97+66+57=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 97 - color contains mainly: red. Hex color #614239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614239 is #9EBDC6. Grayscale: #4A4A4A. Windows color (decimal): -10403271 or 3752545. OLE color: 3752545.

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

Color convert

RGB 97 66 57 -
CMYK 0 0.32 0.41 0.62
HSL 13.5º 0.26% 0.3% -
HSV(B) 13.5º 0.41% 0.38% -
XYZ 7.62 6.73 4.77 -
YUV 74.24 118.27 144.23 -
System Red Green Blue C M Y K H S L
Decimal 97 66 57 0 0.32 0.41 0.62 13.5 0.26 0.3
Hex 61 42 39 0 20 29 3E E 1A 1E
Octal 141 102 71 0 40 51 76 16 32 36
Binary 1100001 1000010 111001 0 100000 101001 111110 1110 11010 11110

Color Harmonies of #614239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614239

Black with #614239

Text Example


Text Example

White with #614239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614239; }

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

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

background-color css

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

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

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

border-color css

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

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

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