#603E1B

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

Shades of Dark Brown #603E1B

Tints of Dark Brown #603E1B

Color information

#603E1B (or 0x603E1B) is unknown color: approx Dark Brown. HEX triplet: 60, 3E and 1B. RGB value is (96,62,27). Sum of RGB (Red+Green+Blue) = 96+62+27=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #603E1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603E1B is #9FC1E4. Grayscale: #444444. Windows color (decimal): -10469861 or 1785440. OLE color: 1785440.

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

Color convert

RGB966227-
CMYK00.350.720.62
HSL30.43º56.1%24.12%-
HSV(B)30.43º71.88%37.65%-
XYZ6.746.011.84-
YUV68.18104.76147.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.89%
GREEN value IS 62 (24.61% from 255) = 33.51%
BLUE value IS 27 (10.94% from 255) = 14.59%
R=51.89%
G=33.51%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96622700.350.720.6230.4356.124.12
Hex603E1B023483E1e3818
Octal140763304311076367030
Binary110000011111011011010001110010001111101111011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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