#603F3F

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

Shades of Woody Brown #603F3F

Tints of Woody Brown #603F3F

Color information

#603F3F (or 0x603F3F) is unknown color: approx Woody Brown. HEX triplet: 60, 3F and 3F. RGB value is (96,63,63). Sum of RGB (Red+Green+Blue) = 96+63+63=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 96 - color contains mainly: red. Hex color #603F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603F3F is #9FC0C0. Grayscale: #484848. Windows color (decimal): -10469569 or 4144992. OLE color: 4144992.

HSL color Cylindrical-coordinate representation of color #603F3F: 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.34%. Process color model (Four color, CMYK) of #603F3F is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB966363-
CMYK00.340.340.62
HSL20.75%31.18%-
HSV(B)34.38%37.65%-
XYZ7.56.45.54-
YUV72.87122.43144.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.24%
GREEN value IS 63 (25% from 255) = 28.38%
BLUE value IS 63 (25% from 255) = 28.38%
R=43.24%
G=28.38%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96636300.340.340.62020.7531.18
Hex603F3F022223E0151f
Octal1407777042427602537
Binary1100000111111111111010001010001011111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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