Html Css Color HEX #614434 Very Dark Brown

📋 copy color: '#614434'

red 97 ◦ green 68 ◦ blue 52

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

Shades of Very Dark Brown #614434

Tints of Very Dark Brown #614434

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.34%

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

R = 44.7%
G = 31.34%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#614434 (or 0x614434) is known color: Very Dark Brown. HEX triplet: 61, 44 and 34. RGB value is (97,68,52). Sum of RGB (Red+Green+Blue) = 97+68+52=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #614434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614434 is #9EBBCB. Grayscale: #4A4A4A. Windows color (decimal): -10402764 or 3425377. OLE color: 3425377.

HSL color Cylindrical-coordinate representation of color #614434: hue angle of 21.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 #614434 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 68 52 -
CMYK 0 0.30 0.46 0.62
HSL 21.33º 0.3% 0.29% -
HSV(B) 21.33º 0.46% 0.38% -
XYZ 7.62 6.92 4.18 -
YUV 74.85 115.11 143.8 -
System Red Green Blue C M Y K H S L
Decimal 97 68 52 0 0.30 0.46 0.62 21.33 0.3 0.29
Hex 61 44 34 0 1E 2E 3E 15 1E 1D
Octal 141 104 64 0 36 56 76 25 36 35
Binary 1100001 1000100 110100 0 11110 101110 111110 10101 11110 11101

Color Harmonies of #614434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614434

Black with #614434

Text Example


Text Example

White with #614434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614434; }

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

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

background-color css

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

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

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

border-color css

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

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

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