Html Css Color HEX #614235 Very Dark Brown

📋 copy color: '#614235'

red 97 ◦ green 66 ◦ blue 53

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

Shades of Very Dark Brown #614235

Tints of Very Dark Brown #614235

RGB

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

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

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

R = 44.91%
G = 30.56%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#614235 (or 0x614235) is known color: Very Dark Brown. HEX triplet: 61, 42 and 35. RGB value is (97,66,53). Sum of RGB (Red+Green+Blue) = 97+66+53=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #614235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614235 is #9EBDCA. Grayscale: #494949. Windows color (decimal): -10403275 or 3490401. OLE color: 3490401.

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

Color convert

RGB 97 66 53 -
CMYK 0 0.32 0.45 0.62
HSL 17.73º 0.29% 0.29% -
HSV(B) 17.73º 0.45% 0.38% -
XYZ 7.52 6.69 4.26 -
YUV 73.79 116.27 144.56 -
System Red Green Blue C M Y K H S L
Decimal 97 66 53 0 0.32 0.45 0.62 17.73 0.29 0.29
Hex 61 42 35 0 20 2D 3E 12 1D 1D
Octal 141 102 65 0 40 55 76 22 35 35
Binary 1100001 1000010 110101 0 100000 101101 111110 10010 11101 11101

Color Harmonies of #614235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614235

Black with #614235

Text Example


Text Example

White with #614235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614235; }

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

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

background-color css

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

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

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

border-color css

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

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

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