Html Css Color HEX #614231 Very Dark Brown

📋 copy color: '#614231'

red 97 ◦ green 66 ◦ blue 49

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

Shades of Very Dark Brown #614231

Tints of Very Dark Brown #614231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 23.11%

R = 45.75%
G = 31.13%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#614231 (or 0x614231) is known color: Very Dark Brown. HEX triplet: 61, 42 and 31. RGB value is (97,66,49). Sum of RGB (Red+Green+Blue) = 97+66+49=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #614231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614231 is #9EBDCE. Grayscale: #494949. Windows color (decimal): -10403279 or 3228257. OLE color: 3228257.

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

Color convert

RGB 97 66 49 -
CMYK 0 0.32 0.49 0.62
HSL 21.25º 0.33% 0.29% -
HSV(B) 21.25º 0.49% 0.38% -
XYZ 7.43 6.66 3.8 -
YUV 73.33 114.27 144.88 -
System Red Green Blue C M Y K H S L
Decimal 97 66 49 0 0.32 0.49 0.62 21.25 0.33 0.29
Hex 61 42 31 0 20 31 3E 15 21 1D
Octal 141 102 61 0 40 61 76 25 41 35
Binary 1100001 1000010 110001 0 100000 110001 111110 10101 100001 11101

Color Harmonies of #614231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614231

Black with #614231

Text Example


Text Example

White with #614231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614231; }

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

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

background-color css

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

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

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

border-color css

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

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

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