#603E1F

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

Shades of Dark Brown #603E1F

Tints of Dark Brown #603E1F

Color information

#603E1F (or 0x603E1F) is unknown color: approx Dark Brown. HEX triplet: 60, 3E and 1F. RGB value is (96,62,31). Sum of RGB (Red+Green+Blue) = 96+62+31=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 62 (24.61% from 255 or 32.80% from 189); Blue value is 31 (12.5% from 255 or 16.40% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #603E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603E1F is #9FC1E0. Grayscale: #444444. Windows color (decimal): -10469857 or 2047584. OLE color: 2047584.

HSL color Cylindrical-coordinate representation of color #603E1F: hue angle of 28.62º 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 #603E1F is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB966231-
CMYK00.350.680.62
HSL28.62º51.18%24.9%-
HSV(B)28.62º67.71%37.65%-
XYZ6.796.032.1-
YUV68.63106.76147.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.79%
GREEN value IS 62 (24.61% from 255) = 32.80%
BLUE value IS 31 (12.5% from 255) = 16.40%
R=50.79%
G=32.80%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96623100.350.680.6228.6251.1824.9
Hex603E1F023443E1d3319
Octal140763704310476356331
Binary110000011111011111010001110001001111101110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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