#613F10

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

Shades of Dark Brown #613F10

Tints of Dark Brown #613F10

Color information

#613F10 (or 0x613F10) is unknown color: approx Dark Brown. HEX triplet: 61, 3F and 10. RGB value is (97,63,16). Sum of RGB (Red+Green+Blue) = 97+63+16=176 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.11% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 97 - color contains mainly: red. Hex color #613F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613F10 is #9EC0EF. Grayscale: #444444. Windows color (decimal): -10404080 or 1064801. OLE color: 1064801.

HSL color Cylindrical-coordinate representation of color #613F10: hue angle of 34.81º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #613F10 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB976316-
CMYK00.350.840.62
HSL34.81º71.68%22.16%-
HSV(B)34.81º83.51%38.04%-
XYZ6.86.131.32-
YUV67.8198.76148.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.11%
GREEN value IS 63 (25% from 255) = 35.80%
BLUE value IS 16 (6.64% from 255) = 9.09%
R=55.11%
G=35.80%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97631600.350.840.6234.8171.6822.16
Hex613F10023543E234816
Octal1417720043124764311026
Binary11000011111111000001000111010100111110100011100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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