#614627

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

Shades of Dark Brown #614627

Tints of Dark Brown #614627

Color information

#614627 (or 0x614627) is unknown color: approx Dark Brown. HEX triplet: 61, 46 and 27. RGB value is (97,70,39). Sum of RGB (Red+Green+Blue) = 97+70+39=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #614627 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614627 is #9EB9D8. Grayscale: #4A4A4A. Windows color (decimal): -10402265 or 2573921. OLE color: 2573921.

HSL color Cylindrical-coordinate representation of color #614627: hue angle of 32.07º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #614627 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB977039-
CMYK00.280.600.62
HSL32.07º42.65%26.67%-
HSV(B)32.07º59.79%38.04%-
XYZ7.497.072.89-
YUV74.54107.95144.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.09%
GREEN value IS 70 (27.73% from 255) = 33.98%
BLUE value IS 39 (15.62% from 255) = 18.93%
R=47.09%
G=33.98%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97703900.280.600.6232.0742.6526.67
Hex61462701C3C3E202b1b
Octal141106470347476405333
Binary1100001100011010011101110011110011111010000010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614627; }

 p { color: rgb(97,70,39); }

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

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

 a { background-color: rgb(97,70,39); }

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

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

 span { border-color: rgb(97,70,39); }

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