#5B603A

Color #5B603A Woodland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodland #5B603A

Tints of Woodland #5B603A

Color information

#5B603A (or 0x5B603A) is unknown color: approx Woodland. HEX triplet: 5B, 60 and 3A. RGB value is (91,96,58). Sum of RGB (Red+Green+Blue) = 91+96+58=245 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.14% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 96 - color contains mainly: green. Hex color #5B603A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B603A is #A49FC5. Grayscale: #5A5A5A. Windows color (decimal): -10788806 or 3825755. OLE color: 3825755.

HSL color Cylindrical-coordinate representation of color #5B603A: hue angle of 67.89º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B603A is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB919658-
CMYK0.0500.400.62
HSL67.89º24.68%30.2%-
HSV(B)67.89º39.58%37.65%-
XYZ9.2610.95.62-
YUV90.17109.84128.59-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.14%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 58 (23.05% from 255) = 23.67%
R=37.14%
G=39.18%
B=23.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9196580.0500.400.6267.8924.6830.2
Hex5B603A50283E44191e
Octal133140725050761043136
Binary10110111100000111010101010100011111010001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B603A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B603A; }

 p { color: rgb(91,96,58); }

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

<style>
 a { background-color: #5B603A; }

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

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

<style>
 span { border-color: #5B603A; }

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

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