#603F1E

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

Shades of Dark Brown #603F1E

Tints of Dark Brown #603F1E

Color information

#603F1E (or 0x603F1E) is unknown color: approx Dark Brown. HEX triplet: 60, 3F and 1E. RGB value is (96,63,30). Sum of RGB (Red+Green+Blue) = 96+63+30=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 30 (12.11% from 255 or 15.87% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #603F1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603F1E is #9FC0E1. Grayscale: #454545. Windows color (decimal): -10469602 or 1982304. OLE color: 1982304.

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

Color convert

RGB966330-
CMYK00.340.690.62
HSL30º52.38%24.71%-
HSV(B)30º68.75%37.65%-
XYZ6.846.142.05-
YUV69.1105.93147.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.79%
GREEN value IS 63 (25% from 255) = 33.33%
BLUE value IS 30 (12.11% from 255) = 15.87%
R=50.79%
G=33.33%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96633000.340.690.623052.3824.71
Hex603F1E022453E1e3419
Octal140773604210576366431
Binary110000011111111110010001010001011111101111011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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