#613F35

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

Shades of Very Dark Brown #613F35

Tints of Very Dark Brown #613F35

Color information

#613F35 (or 0x613F35) is unknown color: approx Very Dark Brown. HEX triplet: 61, 3F and 35. RGB value is (97,63,53). Sum of RGB (Red+Green+Blue) = 97+63+53=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 53 (21.09% from 255 or 24.88% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #613F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F35 is #9EC0CA. Grayscale: #484848. Windows color (decimal): -10404043 or 3489633. OLE color: 3489633.

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

Color convert

RGB976353-
CMYK00.350.450.62
HSL13.64º29.33%29.41%-
HSV(B)13.64º45.36%38.04%-
XYZ7.356.354.21-
YUV72.03117.26145.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.54%
GREEN value IS 63 (25% from 255) = 29.58%
BLUE value IS 53 (21.09% from 255) = 24.88%
R=45.54%
G=29.58%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97635300.350.450.6213.6429.3329.41
Hex613F350232D3Ee1d1d
Octal14177650435576163535
Binary1100001111111110101010001110110111111011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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