Html Css Color HEX #614435 Very Dark Brown

📋 copy color: '#614435'

red 97 ◦ green 68 ◦ blue 53

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

Shades of Very Dark Brown #614435

Tints of Very Dark Brown #614435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.31%

R = 44.5%
G = 31.19%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#614435 (or 0x614435) is known color: Very Dark Brown. HEX triplet: 61, 44 and 35. RGB value is (97,68,53). Sum of RGB (Red+Green+Blue) = 97+68+53=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #614435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614435 is #9EBBCA. Grayscale: #4B4B4B. Windows color (decimal): -10402763 or 3490913. OLE color: 3490913.

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

Color convert

RGB 97 68 53 -
CMYK 0 0.30 0.45 0.62
HSL 20.45º 0.29% 0.29% -
HSV(B) 20.45º 0.45% 0.38% -
XYZ 7.64 6.93 4.3 -
YUV 74.96 115.61 143.72 -
System Red Green Blue C M Y K H S L
Decimal 97 68 53 0 0.30 0.45 0.62 20.45 0.29 0.29
Hex 61 44 35 0 1E 2D 3E 14 1D 1D
Octal 141 104 65 0 36 55 76 24 35 35
Binary 1100001 1000100 110101 0 11110 101101 111110 10100 11101 11101

Color Harmonies of #614435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614435

Black with #614435

Text Example


Text Example

White with #614435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614435; }

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

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

background-color css

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

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

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

border-color css

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

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

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