#613F36

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

Shades of Very Dark Brown #613F36

Tints of Very Dark Brown #613F36

Color information

#613F36 (or 0x613F36) is unknown color: approx Very Dark Brown. HEX triplet: 61, 3F and 36. RGB value is (97,63,54). Sum of RGB (Red+Green+Blue) = 97+63+54=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #613F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F36 is #9EC0C9. Grayscale: #484848. Windows color (decimal): -10404042 or 3555169. OLE color: 3555169.

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

Color convert

RGB976354-
CMYK00.350.440.62
HSL12.56º28.48%29.61%-
HSV(B)12.56º44.33%38.04%-
XYZ7.376.364.33-
YUV72.14117.76145.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.33%
GREEN value IS 63 (25% from 255) = 29.44%
BLUE value IS 54 (21.48% from 255) = 25.23%
R=45.33%
G=29.44%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97635400.350.440.6212.5628.4829.61
Hex613F360232C3Ed1c1e
Octal14177660435476153436
Binary1100001111111110110010001110110011111011011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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