#614338

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

Shades of Very Dark Brown #614338

Tints of Very Dark Brown #614338

Color information

#614338 (or 0x614338) is unknown color: approx Very Dark Brown. HEX triplet: 61, 43 and 38. RGB value is (97,67,56). Sum of RGB (Red+Green+Blue) = 97+67+56=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 97 - color contains mainly: red. Hex color #614338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614338 is #9EBCC7. Grayscale: #4A4A4A. Windows color (decimal): -10403016 or 3687265. OLE color: 3687265.

HSL color Cylindrical-coordinate representation of color #614338: hue angle of 16.1º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #614338 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB976756-
CMYK00.310.420.62
HSL16.1º26.8%30%-
HSV(B)16.1º42.27%38.04%-
XYZ7.656.844.66-
YUV74.72117.44143.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.09%
GREEN value IS 67 (26.56% from 255) = 30.45%
BLUE value IS 56 (22.27% from 255) = 25.45%
R=44.09%
G=30.45%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97675600.310.420.6216.126.830
Hex61433801F2A3E101b1e
Octal141103700375276203336
Binary11000011000011111000011111101010111110100001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614338; }

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

 H1.HeaderClassName
 {
   color: #614338;
 }
 .AnyTagClassName
 {
   color: #614338;
 }
</style>
background-color css

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

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

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

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

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

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