#613F21

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

Shades of Dark Brown #613F21

Tints of Dark Brown #613F21

Color information

#613F21 (or 0x613F21) is unknown color: approx Dark Brown. HEX triplet: 61, 3F and 21. RGB value is (97,63,33). Sum of RGB (Red+Green+Blue) = 97+63+33=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #613F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F21 is #9EC0DE. Grayscale: #454545. Windows color (decimal): -10404063 or 2178913. OLE color: 2178913.

HSL color Cylindrical-coordinate representation of color #613F21: hue angle of 28.12º 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 #613F21 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB976333-
CMYK00.350.660.62
HSL28.12º49.23%25.49%-
HSV(B)28.12º65.98%38.04%-
XYZ6.986.212.27-
YUV69.75107.26147.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.26%
GREEN value IS 63 (25% from 255) = 32.64%
BLUE value IS 33 (13.28% from 255) = 17.10%
R=50.26%
G=32.64%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97633300.350.660.6228.1249.2325.49
Hex613F21023423E1c3119
Octal141774104310276346131
Binary1100001111111100001010001110000101111101110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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