#603E3E

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

Shades of Woody Brown #603E3E

Tints of Woody Brown #603E3E

Color information

#603E3E (or 0x603E3E) is unknown color: approx Woody Brown. HEX triplet: 60, 3E and 3E. RGB value is (96,62,62). Sum of RGB (Red+Green+Blue) = 96+62+62=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 96 - color contains mainly: red. Hex color #603E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603E3E is #9FC1C1. Grayscale: #484848. Windows color (decimal): -10469826 or 4079200. OLE color: 4079200.

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

Color convert

RGB966262-
CMYK00.350.350.62
HSL21.52%30.98%-
HSV(B)35.42%37.65%-
XYZ7.426.285.38-
YUV72.17122.26145-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.64%
GREEN value IS 62 (24.61% from 255) = 28.18%
BLUE value IS 62 (24.61% from 255) = 28.18%
R=43.64%
G=28.18%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96626200.350.350.62021.5230.98
Hex603E3E023233E0161f
Octal1407676043437602637
Binary1100000111110111110010001110001111111001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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