#614626

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

Shades of Dark Brown #614626

Tints of Dark Brown #614626

Color information

#614626 (or 0x614626) is unknown color: approx Dark Brown. HEX triplet: 61, 46 and 26. RGB value is (97,70,38). Sum of RGB (Red+Green+Blue) = 97+70+38=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #614626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614626 is #9EB9D9. Grayscale: #4A4A4A. Windows color (decimal): -10402266 or 2508385. OLE color: 2508385.

HSL color Cylindrical-coordinate representation of color #614626: hue angle of 32.54º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #614626 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB977038-
CMYK00.280.610.62
HSL32.54º43.7%26.47%-
HSV(B)32.54º60.82%38.04%-
XYZ7.477.062.8-
YUV74.42107.45144.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.32%
GREEN value IS 70 (27.73% from 255) = 34.15%
BLUE value IS 38 (15.23% from 255) = 18.54%
R=47.32%
G=34.15%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97703800.280.610.6232.5443.726.47
Hex61462601C3D3E212c1a
Octal141106460347576415432
Binary1100001100011010011001110011110111111010000110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614626; }

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

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

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

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

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

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

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

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