#603F2F

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

Shades of Very Dark Brown #603F2F

Tints of Very Dark Brown #603F2F

Color information

#603F2F (or 0x603F2F) is unknown color: approx Very Dark Brown. HEX triplet: 60, 3F and 2F. RGB value is (96,63,47). Sum of RGB (Red+Green+Blue) = 96+63+47=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 96 - color contains mainly: red. Hex color #603F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603F2F is #9FC0D0. Grayscale: #474747. Windows color (decimal): -10469585 or 3096416. OLE color: 3096416.

HSL color Cylindrical-coordinate representation of color #603F2F: hue angle of 19.59º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #603F2F is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB966347-
CMYK00.340.510.62
HSL19.59º34.27%28.04%-
HSV(B)19.59º51.04%37.65%-
XYZ7.116.253.52-
YUV71.04114.43145.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.60%
GREEN value IS 63 (25% from 255) = 30.58%
BLUE value IS 47 (18.75% from 255) = 22.82%
R=46.60%
G=30.58%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96634700.340.510.6219.5934.2728.04
Hex603F2F022333E14221c
Octal14077570426376244234
Binary110000011111110111101000101100111111101010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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