Html Css Color HEX #614134 Very Dark Brown

📋 copy color: '#614134'

red 97 ◦ green 65 ◦ blue 52

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

Shades of Very Dark Brown #614134

Tints of Very Dark Brown #614134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.3%

R = 45.33%
G = 30.37%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#614134 (or 0x614134) is known color: Very Dark Brown. HEX triplet: 61, 41 and 34. RGB value is (97,65,52). Sum of RGB (Red+Green+Blue) = 97+65+52=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #614134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614134 is #9EBECB. Grayscale: #494949. Windows color (decimal): -10403532 or 3424609. OLE color: 3424609.

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

Color convert

RGB 97 65 52 -
CMYK 0 0.33 0.46 0.62
HSL 17.33º 0.3% 0.29% -
HSV(B) 17.33º 0.46% 0.38% -
XYZ 7.44 6.57 4.12 -
YUV 73.09 116.1 145.06 -
System Red Green Blue C M Y K H S L
Decimal 97 65 52 0 0.33 0.46 0.62 17.33 0.3 0.29
Hex 61 41 34 0 21 2E 3E 11 1E 1D
Octal 141 101 64 0 41 56 76 21 36 35
Binary 1100001 1000001 110100 0 100001 101110 111110 10001 11110 11101

Color Harmonies of #614134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614134

Black with #614134

Text Example


Text Example

White with #614134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614134; }

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

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

background-color css

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

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

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

border-color css

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

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

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