#613F3F

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

Shades of Woody Brown #613F3F

Tints of Woody Brown #613F3F

Color information

#613F3F (or 0x613F3F) is unknown color: approx Woody Brown. HEX triplet: 61, 3F and 3F. RGB value is (97,63,63). Sum of RGB (Red+Green+Blue) = 97+63+63=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 97 - color contains mainly: red. Hex color #613F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F3F is #9EC0C0. Grayscale: #494949. Windows color (decimal): -10404033 or 4144993. OLE color: 4144993.

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

Color convert

RGB976363-
CMYK00.350.350.62
HSL21.25%31.37%-
HSV(B)35.05%38.04%-
XYZ7.66.465.55-
YUV73.17122.26145-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.50%
GREEN value IS 63 (25% from 255) = 28.25%
BLUE value IS 63 (25% from 255) = 28.25%
R=43.50%
G=28.25%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97636300.350.350.62021.2531.37
Hex613F3F023233E0151f
Octal1417777043437602537
Binary1100001111111111111010001110001111111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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