#5B613E

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

Shades of Woodland #5B613E

Tints of Woodland #5B613E

Color information

#5B613E (or 0x5B613E) is unknown color: approx Woodland. HEX triplet: 5B, 61 and 3E. RGB value is (91,97,62). Sum of RGB (Red+Green+Blue) = 91+97+62=250 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.4% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 97 - color contains mainly: green. Hex color #5B613E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B613E is #A49EC1. Grayscale: #5B5B5B. Windows color (decimal): -10788546 or 4088155. OLE color: 4088155.

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

Color convert

RGB919762-
CMYK0.0600.360.62
HSL70.29º22.01%31.18%-
HSV(B)70.29º36.08%38.04%-
XYZ9.4611.126.21-
YUV91.22111.51127.85-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.4%
GREEN value IS 97 (38.28% from 255) = 38.8%
BLUE value IS 62 (24.61% from 255) = 24.8%
R=36.4%
G=38.8%
B=24.8%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9197620.0600.360.6270.2922.0131.18
Hex5B613E60243E46161f
Octal133141766044761062637
Binary10110111100001111110110010010011111010001101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B613E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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