#603E1E

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

Shades of Dark Brown #603E1E

Tints of Dark Brown #603E1E

Color information

#603E1E (or 0x603E1E) is unknown color: approx Dark Brown. HEX triplet: 60, 3E and 1E. RGB value is (96,62,30). Sum of RGB (Red+Green+Blue) = 96+62+30=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 62 (24.61% from 255 or 32.98% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #603E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603E1E is #9FC1E1. Grayscale: #444444. Windows color (decimal): -10469858 or 1982048. OLE color: 1982048.

HSL color Cylindrical-coordinate representation of color #603E1E: hue angle of 29.09º 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 #603E1E is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB966230-
CMYK00.350.690.62
HSL29.09º52.38%24.71%-
HSV(B)29.09º68.75%37.65%-
XYZ6.786.032.03-
YUV68.52106.26147.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.06%
GREEN value IS 62 (24.61% from 255) = 32.98%
BLUE value IS 30 (12.11% from 255) = 15.96%
R=51.06%
G=32.98%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96623000.350.690.6229.0952.3824.71
Hex603E1E023453E1d3419
Octal140763604310576356431
Binary110000011111011110010001110001011111101110111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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