#613F1E

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

Shades of Dark Brown #613F1E

Tints of Dark Brown #613F1E

Color information

#613F1E (or 0x613F1E) is unknown color: approx Dark Brown. HEX triplet: 61, 3F and 1E. RGB value is (97,63,30). Sum of RGB (Red+Green+Blue) = 97+63+30=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 30 (12.11% from 255 or 15.79% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #613F1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F1E is #9EC0E1. Grayscale: #454545. Windows color (decimal): -10404066 or 1982305. OLE color: 1982305.

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

Color convert

RGB976330-
CMYK00.350.690.62
HSL29.55º52.76%24.9%-
HSV(B)29.55º69.07%38.04%-
XYZ6.946.192.06-
YUV69.4105.76147.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.05%
GREEN value IS 63 (25% from 255) = 33.16%
BLUE value IS 30 (12.11% from 255) = 15.79%
R=51.05%
G=33.16%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97633000.350.690.6229.5552.7624.9
Hex613F1E023453E1e3519
Octal141773604310576366531
Binary110000111111111110010001110001011111101111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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