#603E11

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

Shades of Dark Brown #603E11

Tints of Dark Brown #603E11

Color information

#603E11 (or 0x603E11) is unknown color: approx Dark Brown. HEX triplet: 60, 3E and 11. RGB value is (96,62,17). Sum of RGB (Red+Green+Blue) = 96+62+17=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #603E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603E11 is #9FC1EE. Grayscale: #434343. Windows color (decimal): -10469871 or 1130080. OLE color: 1130080.

HSL color Cylindrical-coordinate representation of color #603E11: hue angle of 34.18º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #603E11 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB966217-
CMYK00.350.820.62
HSL34.18º69.91%22.16%-
HSV(B)34.18º82.29%37.65%-
XYZ6.655.971.33-
YUV67.0499.76148.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.86%
GREEN value IS 62 (24.61% from 255) = 35.43%
BLUE value IS 17 (7.03% from 255) = 9.71%
R=54.86%
G=35.43%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96621700.350.820.6234.1869.9122.16
Hex603E11023523E224616
Octal1407621043122764210626
Binary11000001111101000101000111010010111110100010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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