#613F0E

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

Shades of Dark Brown #613F0E

Tints of Dark Brown #613F0E

Color information

#613F0E (or 0x613F0E) is unknown color: approx Dark Brown. HEX triplet: 61, 3F and 0E. RGB value is (97,63,14). Sum of RGB (Red+Green+Blue) = 97+63+14=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #613F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613F0E is #9EC0F1. Grayscale: #434343. Windows color (decimal): -10404082 or 933729. OLE color: 933729.

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

Color convert

RGB976314-
CMYK00.350.860.62
HSL35.42º74.77%21.76%-
HSV(B)35.42º85.57%38.04%-
XYZ6.796.131.24-
YUV67.5897.76148.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.75%
GREEN value IS 63 (25% from 255) = 36.21%
BLUE value IS 14 (5.86% from 255) = 8.05%
R=55.75%
G=36.21%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97631400.350.860.6235.4274.7721.76
Hex613FE023563E234b16
Octal1417716043126764311326
Binary1100001111111111001000111010110111110100011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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