#603F31

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

Shades of Very Dark Brown #603F31

Tints of Very Dark Brown #603F31

Color information

#603F31 (or 0x603F31) is unknown color: approx Very Dark Brown. HEX triplet: 60, 3F and 31. RGB value is (96,63,49). Sum of RGB (Red+Green+Blue) = 96+63+49=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #603F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603F31 is #9FC0CE. Grayscale: #474747. Windows color (decimal): -10469583 or 3227488. OLE color: 3227488.

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

Color convert

RGB966349-
CMYK00.340.490.62
HSL17.87º32.41%28.43%-
HSV(B)17.87º48.96%37.65%-
XYZ7.166.263.74-
YUV71.27115.43145.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.15%
GREEN value IS 63 (25% from 255) = 30.29%
BLUE value IS 49 (19.53% from 255) = 23.56%
R=46.15%
G=30.29%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96634900.340.490.6217.8732.4128.43
Hex603F31022313E12201c
Octal14077610426176224034
Binary110000011111111000101000101100011111101001010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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