#614231

Color #614231 Very Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Very Dark Brown #614231

Tints of Very Dark Brown #614231

Color information

#614231 (or 0x614231) is unknown color: approx 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

RGB976649-
CMYK00.320.490.62
HSL21.25º32.88%28.63%-
HSV(B)21.25º49.48%38.04%-
XYZ7.436.663.8-
YUV73.33114.27144.88-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97664900.320.490.6221.2532.8828.63
Hex614231020313E15211d
Octal141102610406176254135
Binary1100001100001011000101000001100011111101010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>