#613F33

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

Shades of Very Dark Brown #613F33

Tints of Very Dark Brown #613F33

Color information

#613F33 (or 0x613F33) is unknown color: approx Very Dark Brown. HEX triplet: 61, 3F and 33. RGB value is (97,63,51). Sum of RGB (Red+Green+Blue) = 97+63+51=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #613F33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F33 is #9EC0CC. Grayscale: #474747. Windows color (decimal): -10404045 or 3358561. OLE color: 3358561.

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

Color convert

RGB976351-
CMYK00.350.470.62
HSL15.65º31.08%29.02%-
HSV(B)15.65º47.42%38.04%-
XYZ7.36.343.97-
YUV71.8116.26145.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.97%
GREEN value IS 63 (25% from 255) = 29.86%
BLUE value IS 51 (20.31% from 255) = 24.17%
R=45.97%
G=29.86%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97635100.350.470.6215.6531.0829.02
Hex613F330232F3E101f1d
Octal14177630435776203735
Binary11000011111111100110100011101111111110100001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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