#603F1F

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

Shades of Dark Brown #603F1F

Tints of Dark Brown #603F1F

Color information

#603F1F (or 0x603F1F) is unknown color: approx Dark Brown. HEX triplet: 60, 3F and 1F. RGB value is (96,63,31). Sum of RGB (Red+Green+Blue) = 96+63+31=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #603F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603F1F is #9FC0E0. Grayscale: #454545. Windows color (decimal): -10469601 or 2047840. OLE color: 2047840.

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

Color convert

RGB966331-
CMYK00.340.680.62
HSL29.54º51.18%24.9%-
HSV(B)29.54º67.71%37.65%-
XYZ6.856.142.12-
YUV69.22106.43147.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.53%
GREEN value IS 63 (25% from 255) = 33.16%
BLUE value IS 31 (12.5% from 255) = 16.32%
R=50.53%
G=33.16%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96633100.340.680.6229.5451.1824.9
Hex603F1F022443E1e3319
Octal140773704210476366331
Binary110000011111111111010001010001001111101111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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