#603E13

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

Shades of Dark Brown #603E13

Tints of Dark Brown #603E13

Color information

#603E13 (or 0x603E13) is unknown color: approx Dark Brown. HEX triplet: 60, 3E and 13. RGB value is (96,62,19). Sum of RGB (Red+Green+Blue) = 96+62+19=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #603E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603E13 is #9FC1EC. Grayscale: #434343. Windows color (decimal): -10469869 or 1261152. OLE color: 1261152.

HSL color Cylindrical-coordinate representation of color #603E13: hue angle of 33.51º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #603E13 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB966219-
CMYK00.350.800.62
HSL33.51º66.96%22.55%-
HSV(B)33.51º80.21%37.65%-
XYZ6.665.981.42-
YUV67.26100.76148.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.24%
GREEN value IS 62 (24.61% from 255) = 35.03%
BLUE value IS 19 (7.81% from 255) = 10.73%
R=54.24%
G=35.03%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96621900.350.800.6233.5166.9622.55
Hex603E13023503E224317
Octal1407623043120764210327
Binary11000001111101001101000111010000111110100010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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