#603E14

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

Shades of Dark Brown #603E14

Tints of Dark Brown #603E14

Color information

#603E14 (or 0x603E14) is unknown color: approx Dark Brown. HEX triplet: 60, 3E and 14. RGB value is (96,62,20). Sum of RGB (Red+Green+Blue) = 96+62+20=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 62 (24.61% from 255 or 34.83% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #603E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603E14 is #9FC1EB. Grayscale: #434343. Windows color (decimal): -10469868 or 1326688. OLE color: 1326688.

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

Color convert

RGB966220-
CMYK00.350.790.62
HSL33.16º65.52%22.75%-
HSV(B)33.16º79.17%37.65%-
XYZ6.675.981.46-
YUV67.38101.26148.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.93%
GREEN value IS 62 (24.61% from 255) = 34.83%
BLUE value IS 20 (8.20% from 255) = 11.24%
R=53.93%
G=34.83%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96622000.350.790.6233.1665.5222.75
Hex603E140234F3E214217
Octal1407624043117764110227
Binary11000001111101010001000111001111111110100001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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