#613E21

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

Shades of Dark Brown #613E21

Tints of Dark Brown #613E21

Color information

#613E21 (or 0x613E21) is unknown color: approx Dark Brown. HEX triplet: 61, 3E and 21. RGB value is (97,62,33). Sum of RGB (Red+Green+Blue) = 97+62+33=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #613E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613E21 is #9EC1DE. Grayscale: #454545. Windows color (decimal): -10404319 or 2178657. OLE color: 2178657.

HSL color Cylindrical-coordinate representation of color #613E21: hue angle of 27.19º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #613E21 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB976233-
CMYK00.360.660.62
HSL27.19º49.23%25.49%-
HSV(B)27.19º65.98%38.04%-
XYZ6.936.12.25-
YUV69.16107.6147.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.52%
GREEN value IS 62 (24.61% from 255) = 32.29%
BLUE value IS 33 (13.28% from 255) = 17.19%
R=50.52%
G=32.29%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97623300.360.660.6227.1949.2325.49
Hex613E21024423E1b3119
Octal141764104410276336131
Binary1100001111110100001010010010000101111101101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613E21; }

 p { color: rgb(97,62,33); }

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

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

 a { background-color: rgb(97,62,33); }

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

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

 span { border-color: rgb(97,62,33); }

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