Html Css Color HEX #614335 Very Dark Brown

📋 copy color: '#614335'

red 97 ◦ green 67 ◦ blue 53

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

Shades of Very Dark Brown #614335

Tints of Very Dark Brown #614335

RGB

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

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

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

R = 44.7%
G = 30.88%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#614335 (or 0x614335) is known color: Very Dark Brown. HEX triplet: 61, 43 and 35. RGB value is (97,67,53). Sum of RGB (Red+Green+Blue) = 97+67+53=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 53 (21.09% from 255 or 24.42% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #614335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614335 is #9EBCCA. Grayscale: #4A4A4A. Windows color (decimal): -10403019 or 3490657. OLE color: 3490657.

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

Color convert

RGB 97 67 53 -
CMYK 0 0.31 0.45 0.62
HSL 19.09º 0.29% 0.29% -
HSV(B) 19.09º 0.45% 0.38% -
XYZ 7.58 6.81 4.28 -
YUV 74.37 115.94 144.14 -
System Red Green Blue C M Y K H S L
Decimal 97 67 53 0 0.31 0.45 0.62 19.09 0.29 0.29
Hex 61 43 35 0 1F 2D 3E 13 1D 1D
Octal 141 103 65 0 37 55 76 23 35 35
Binary 1100001 1000011 110101 0 11111 101101 111110 10011 11101 11101

Color Harmonies of #614335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614335

Black with #614335

Text Example


Text Example

White with #614335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614335; }

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

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

background-color css

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

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

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

border-color css

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

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

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