#613F1C

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

Shades of Dark Brown #613F1C

Tints of Dark Brown #613F1C

Color information

#613F1C (or 0x613F1C) is unknown color: approx Dark Brown. HEX triplet: 61, 3F and 1C. RGB value is (97,63,28). Sum of RGB (Red+Green+Blue) = 97+63+28=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #613F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F1C is #9EC0E3. Grayscale: #454545. Windows color (decimal): -10404068 or 1851233. OLE color: 1851233.

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

Color convert

RGB976328-
CMYK00.350.710.62
HSL30.43º55.2%24.51%-
HSV(B)30.43º71.13%38.04%-
XYZ6.926.181.93-
YUV69.18104.76147.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.60%
GREEN value IS 63 (25% from 255) = 33.51%
BLUE value IS 28 (11.33% from 255) = 14.89%
R=51.60%
G=33.51%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97632800.350.710.6230.4355.224.51
Hex613F1C023473E1e3719
Octal141773404310776366731
Binary110000111111111100010001110001111111101111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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