#5B613A

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

Shades of Woodland #5B613A

Tints of Woodland #5B613A

Color information

#5B613A (or 0x5B613A) is unknown color: approx Woodland. HEX triplet: 5B, 61 and 3A. RGB value is (91,97,58). Sum of RGB (Red+Green+Blue) = 91+97+58=246 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.99% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 97 - color contains mainly: green. Hex color #5B613A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B613A is #A49EC5. Grayscale: #5A5A5A. Windows color (decimal): -10788550 or 3826011. OLE color: 3826011.

HSL color Cylindrical-coordinate representation of color #5B613A: hue angle of 69.23º 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 #5B613A is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB919758-
CMYK0.0600.400.62
HSL69.23º25.16%30.39%-
HSV(B)69.23º40.21%38.04%-
XYZ9.3511.085.65-
YUV90.76109.51128.17-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.99%
GREEN value IS 97 (38.28% from 255) = 39.43%
BLUE value IS 58 (23.05% from 255) = 23.58%
R=36.99%
G=39.43%
B=23.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9197580.0600.400.6269.2325.1630.39
Hex5B613A60283E45191e
Octal133141726050761053136
Binary10110111100001111010110010100011111010001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B613A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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