#603E12

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

Shades of Dark Brown #603E12

Tints of Dark Brown #603E12

Color information

#603E12 (or 0x603E12) is unknown color: approx Dark Brown. HEX triplet: 60, 3E and 12. RGB value is (96,62,18). Sum of RGB (Red+Green+Blue) = 96+62+18=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #603E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603E12 is #9FC1ED. Grayscale: #434343. Windows color (decimal): -10469870 or 1195616. OLE color: 1195616.

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

Color convert

RGB966218-
CMYK00.350.810.62
HSL33.85º68.42%22.35%-
HSV(B)33.85º81.25%37.65%-
XYZ6.665.981.37-
YUV67.15100.26148.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.55%
GREEN value IS 62 (24.61% from 255) = 35.23%
BLUE value IS 18 (7.42% from 255) = 10.23%
R=54.55%
G=35.23%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96621800.350.810.6233.8568.4222.35
Hex603E12023513E224416
Octal1407622043121764210426
Binary11000001111101001001000111010001111110100010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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